From e3d71d4b02fc3130ef8506ba4ec20a44b5c2dd27 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 23 Nov 2021 17:38:11 -0500 Subject: [PATCH] notcurses_init: document NCOPTION_PRESERVE_CURSOR #2196 --- doc/man/man3/notcurses_init.3.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/man/man3/notcurses_init.3.md b/doc/man/man3/notcurses_init.3.md index d363140b8..90ba103ac 100644 --- a/doc/man/man3/notcurses_init.3.md +++ b/doc/man/man3/notcurses_init.3.md @@ -131,6 +131,10 @@ zero. The following flags are defined: **SIGQUIT**, **SIGSEGV**, and **SIGTERM**, cleaning up the terminal on such exceptions. With this flag, the handler will not be installed. +* **NCOPTION_PRESERVE_CURSOR**: The virtual cursor is typically placed at the + screen's origin at startup. With this flag, it is instead placed wherever + the cursor was at program launch. + * **NCOPTION_SUPPRESS_BANNERS**: Disables the diagnostics and version information printed on startup, and the performance summary on exit.