X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterm_variables.3x.html;h=647a0142037e765aba1ae0845ef40d8f3570c634;hp=931d95fc47945f410ad3d2590236063905a03904;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/term_variables.3x.html b/doc/html/man/term_variables.3x.html index 931d95fc..647a0142 100644 --- a/doc/html/man/term_variables.3x.html +++ b/doc/html/man/term_variables.3x.html @@ -1,4 +1,3 @@ - + + + term_variables 3x @@ -39,21 +41,20 @@

term_variables 3x


-
 term_variables(3x)                                   term_variables(3x)
 
 
 
 
 
-

NAME

+

NAME

        SP, acs_map, boolcodes, boolfnames, boolnames, cur_term,
        numcodes, numfnames, numnames, strcodes, strfnames,
        strnames, ttytype - curses terminfo global variables
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        #include <term.h>
 
@@ -72,7 +73,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This  page summarizes variables provided by the curses li-
        brary's low-level terminfo interface.  A more complete de-
        scription is given in the curs_terminfo(3x) manual page.
@@ -83,7 +84,9 @@
        plications should treat them as read-only to avoid confus-
        ing the library.
 
-   Alternate Character Set Mapping
+
+
+

Alternate Character Set Mapping

        After  initializing the curses or terminfo interfaces, the
        acs_map array holds information used  to  translate  cells
        with  the  A_ALTCHARSET  video attribute into line-drawing
@@ -96,7 +99,9 @@
        The comparable data for the wide-character  library  is  a
        private variable.
 
-   Current Terminal Data
+
+
+

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 curs_initscr(3x)
@@ -107,7 +112,9 @@
        screens.  Alternatively, one can  save  the  return  value
        from newterm or setupterm to reuse in set_term.
 
-   Terminfo Names
+
+
+

Terminfo Names

        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.
@@ -123,20 +130,22 @@
        These  are  the  corresponding  names used for termcap de-
        scriptions: boolcodes, numcodes, and strcodes.
 
-   Terminal Type
+
+
+

Terminal Type

        On initialization of the curses  or  terminfo  interfaces,
        setupterm copies the terminal name to the array ttytype.
 
 
 
-

NOTES

+

NOTES

        The  low-level  terminfo  interface  is  initialized using
        curs_terminfo(3x).  The upper-level curses interface uses  the
        low-level terminfo interface, internally.
 
 
 
-

PORTABILITY

+

PORTABILITY

        X/Open  Curses  does  not describe any of these except for
        cur_term.  (The inclusion of cur_term  appears  to  be  an
        oversight, since other comparable low-level information is
@@ -148,7 +157,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),      curs_terminfo(3x),      curs_threads(3x),
        terminfo(5).
 
@@ -156,7 +165,22 @@
 
                                                      term_variables(3x)
 
-
-Man(1) output converted with man2html +