mention CLI mode following ncoptions

pull/2166/head
nick black 3 years ago
parent 76b1ea9842
commit be1dc5f2f9
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -900,6 +900,9 @@ typedef enum {
// anything but the virtual console/terminal in which Notcurses is running.
#define NCOPTION_NO_FONT_CHANGES 0x0080ull
// "CLI mode" is just NCOPTION_NO_CLEAR_BITMAPS | NCOPTION_NO_ALTERNATE_SCREEN |
// NCOPTION_PRESERVE_CURSOR, plus enabling scrolling on the standard plane.
// Configuration for notcurses_init().
typedef struct notcurses_options {
// The name of the terminfo database entry describing this terminal. If NULL,

Loading…
Cancel
Save