pull/1293/head
nick black 4 years ago committed by Nick Black
parent 19c41170c1
commit 30db4af874

@ -1 +1,10 @@
# 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()`.

Loading…
Cancel
Save