mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
CURSES.md: not just keyboard escape sequences
This commit is contained in:
parent
6fd7a4cd52
commit
167b81e856
@ -32,9 +32,9 @@ might surprise NCURSES programmers:
|
|||||||
* NCURSES has thread-ignorant and thread-semi-safe versions, trace-enabled and
|
* NCURSES has thread-ignorant and thread-semi-safe versions, trace-enabled and
|
||||||
traceless versions, and versions with and without support for wide characters.
|
traceless versions, and versions with and without support for wide characters.
|
||||||
Notcurses is one library: no tracing, UTF-8, thread safety.
|
Notcurses is one library: no tracing, UTF-8, thread safety.
|
||||||
* There is no `ESCDELAY` concept; Notcurses expects that all bytes of a
|
* There is no `ESCDELAY` concept; Notcurses expects that all bytes of an
|
||||||
keyboard escape sequence arrive at the same time. This improves latency
|
escape sequence arrive at the same time. This improves latency and simplifies
|
||||||
and simplifies the API.
|
the API.
|
||||||
* It is an error in NCURSES to print to the bottommost, rightmost coordinate of
|
* It is an error in NCURSES to print to the bottommost, rightmost coordinate of
|
||||||
the screen when scrolling is disabled (because the cursor cannot be advanced).
|
the screen when scrolling is disabled (because the cursor cannot be advanced).
|
||||||
Failure to advance the cursor does not result in an error in Notcurses (but
|
Failure to advance the cursor does not result in an error in Notcurses (but
|
||||||
|
Loading…
x
Reference in New Issue
Block a user