mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
notcurses_init: document NCOPTION_PRESERVE_CURSOR #2196
This commit is contained in:
parent
8bae41bdb2
commit
e3d71d4b02
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user