X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterm_variables.3x.html;fp=doc%2Fhtml%2Fman%2Fterm_variables.3x.html;h=799b0a0fcb116f50b0409b1aba90642412ef27bd;hp=0005184e6fc5a0b72eeb6eec7aa775422d95cf86;hb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;hpb=e3d8d5a5a9425b40e09df86a597c3e971dced9d1 diff --git a/doc/html/man/term_variables.3x.html b/doc/html/man/term_variables.3x.html index 0005184e..799b0a0f 100644 --- a/doc/html/man/term_variables.3x.html +++ b/doc/html/man/term_variables.3x.html @@ -45,15 +45,13 @@ - -

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>
 
@@ -78,8 +76,7 @@
        NCURSES_CONST char * const * strnames;
 
 
-
-

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.
@@ -91,8 +88,7 @@
        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
@@ -106,8 +102,7 @@
        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)
@@ -119,8 +114,7 @@
        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.
@@ -138,14 +132,12 @@
        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.
 
 
-
-

Terminfo Names

+

Terminfo Names

        In addition to the variables, <term.h> also defines a sym-
        bol  for each terminfo capability long name.  These are in
        terms of the symbol CUR, which is defined
@@ -156,15 +148,13 @@
        fo capabilities than using tigetstr(3x), etc.
 
 
-
-

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
@@ -180,8 +170,7 @@
        variable.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x),      curs_terminfo(3x),      curs_threads(3x),
        terminfo(5).