X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterm_variables.3x.html;h=8041832aa0aa2dc1ae17119516f4f62458ff5ba9;hp=3a867313c5d1ac6375a78d479f8d1403514843d5;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff diff --git a/doc/html/man/term_variables.3x.html b/doc/html/man/term_variables.3x.html index 3a867313..8041832a 100644 --- a/doc/html/man/term_variables.3x.html +++ b/doc/html/man/term_variables.3x.html @@ -1,7 +1,7 @@ - + @@ -99,8 +99,8 @@ Current Terminal Data After initializing the curses or terminfo interfaces, the cur_term contains data describing the current terminal. - This variable is also set as a side-effect of set_term(3x) - and delscreen(3x). + This variable is also set as a side-effect of curs_initscr(3x) + and curs_initscr(3x). It is possible to save a value of cur_term for subsequent use as a parameter to set_term, for switching between @@ -108,7 +108,7 @@ from newterm or setupterm to reuse in set_term. Terminfo Names - The tic(1) and infocmp(1) programs use lookup tables for + The tic(1m) and infocmp(1m) programs use lookup tables for the long and short names of terminfo capabilities, as well as the corresponding names for termcap capabilities. These are available to other applications, though the @@ -130,8 +130,8 @@

NOTES

-       The  low-level terminfo interface is initialized using se-
-       tupterm(3x).  The upper-level curses  interface  uses  the
+       The  low-level  terminfo  interface  is  initialized using
+       curs_terminfo(3x).  The upper-level curses interface uses  the
        low-level terminfo interface, internally.
 
 
@@ -149,8 +149,8 @@
 
 

SEE ALSO

-       curses(3x), curs_terminfo(3x),  curs_threads(3x),  termin-
-       fo(3x), terminfo(5).
+       curses(3x),      curs_terminfo(3x),      curs_threads(3x),
+       terminfo(5).