From be1dc5f2f93c6247c38f3f348101ec367ba7b61b Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 13 Sep 2021 04:11:15 -0400 Subject: [PATCH] mention CLI mode following ncoptions --- include/notcurses/notcurses.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/notcurses/notcurses.h b/include/notcurses/notcurses.h index 8641c0537..be9b2a61a 100644 --- a/include/notcurses/notcurses.h +++ b/include/notcurses/notcurses.h @@ -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,