X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_variables.3x.html;h=72baa5620a4b1767a966a23971b4c1e957d59da4;hp=82f9dcfe866fd6caadf1e2a9ddc87305702d5b5e;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=6941ed1e8bfdfc7634a57655dc71e7a7ed02a6e8 diff --git a/doc/html/man/curs_variables.3x.html b/doc/html/man/curs_variables.3x.html index 82f9dcfe..72baa562 100644 --- a/doc/html/man/curs_variables.3x.html +++ b/doc/html/man/curs_variables.3x.html @@ -1,6 +1,6 @@ @@ -101,7 +101,7 @@ This variable holds the number of milliseconds to wait after reading an escape character, to distinguish between an individual escape character entered on the keyboard from escape sequences sent by cursor- and func- - tion-keys (see curses(3x). + tion-keys (see curses(3x)).

LINES

@@ -119,11 +119,17 @@
        This  implementation  of  curses uses a special window curscr to record
        its updates to the terminal screen.
 
+       This is referred to as the "physical screen"  in  the  curs_refresh(3x)
+       and curs_outopts(3x) manual pages.
+
 
 

The New Screen

-       This implementation of curses uses a special window newscr to hold  up-
+       This  implementation of curses uses a special window newscr to hold up-
        dates to the terminal screen before applying them to curscr.
 
+       This is referred to as the "virtual  screen"  in  the  curs_kernel(3x),
+       curs_refresh(3x) and curs_outopts(3x) manual pages.
+
 
 

The Standard Screen

        Upon  initializing curses, a default window called stdscr, which is the