notcurses_init.1: update comments on log levels

This commit is contained in:
nick black 2021-08-17 21:15:44 -04:00
parent 6ebadf7fd9
commit f0558ff67a
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -21,8 +21,8 @@ notcurses_init - initialize a notcurses instance
#define NCOPTION_NO_FONT_CHANGES 0x0080ull
typedef enum {
NCLOGLEVEL_SILENT, // default. print nothing once fullscreen service begins
NCLOGLEVEL_PANIC, // print diagnostics immediately related to crashing
NCLOGLEVEL_SILENT, // print nothing once fullscreen service begins
NCLOGLEVEL_PANIC, // default. print diagnostics before we crash/exit
NCLOGLEVEL_FATAL, // we're hanging around, but we've had a horrible fault
NCLOGLEVEL_ERROR, // we can't keep doing this, but we can do other things
NCLOGLEVEL_WARNING, // you probably don't want what's happening to happen