This commit is contained in:
nick black 2021-01-06 03:21:12 -05:00 committed by Nick Black
parent 19c41170c1
commit 30db4af874

View File

@ -1 +1,10 @@
# Direct mode # Direct mode
Direct mode allows you to use Notcurses together with standard I/O. While
the cursor can still be moved arbitrarily, direct mode is intended to be used
with newline-delimited, scrolling output. Direct mode has no concept of frame
rendering; output is intended to appear immediately (subject to buffering). It
is still necessary to have a valid `TERM` environment variable identifying a
valid terminfo database entry for the running terminal.
Enter direct mode with a call to `ncdirect_init()`.