From 167b81e856ab1baa9e60504907f6d73aaa0d1de7 Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 14 May 2021 03:52:51 -0400 Subject: [PATCH] CURSES.md: not just keyboard escape sequences --- doc/CURSES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CURSES.md b/doc/CURSES.md index b24256f7b..0f10d1b48 100644 --- a/doc/CURSES.md +++ b/doc/CURSES.md @@ -32,9 +32,9 @@ might surprise NCURSES programmers: * NCURSES has thread-ignorant and thread-semi-safe versions, trace-enabled and traceless versions, and versions with and without support for wide characters. Notcurses is one library: no tracing, UTF-8, thread safety. -* There is no `ESCDELAY` concept; Notcurses expects that all bytes of a - keyboard escape sequence arrive at the same time. This improves latency - and simplifies the API. +* There is no `ESCDELAY` concept; Notcurses expects that all bytes of an + escape sequence arrive at the same time. This improves latency and simplifies + the API. * 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). Failure to advance the cursor does not result in an error in Notcurses (but