mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
mdbook
This commit is contained in:
parent
19c41170c1
commit
30db4af874
@ -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()`.
|
||||||
|
Loading…
Reference in New Issue
Block a user