X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterm_variables.3x.html;h=4dd4977d8c2d2987ae5e2138dc584f41cdf23edd;hb=87c2c84cbd2332d6d94b12a1dcaf12ad1a51a938;hp=021db2f7128da37c44136efb42dd6491b17ec908;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/term_variables.3x.html b/doc/html/man/term_variables.3x.html index 021db2f7..4dd4977d 100644 --- a/doc/html/man/term_variables.3x.html +++ b/doc/html/man/term_variables.3x.html @@ -1,6 +1,7 @@ - @@ -35,7 +36,7 @@ term_variables 3x - +

term_variables 3x

@@ -63,17 +64,17 @@ char ttytype[]; - NCURSES_CONST char * const * boolcodes; - NCURSES_CONST char * const * boolfnames; - NCURSES_CONST char * const * boolnames; + NCURSES_CONST char * const boolcodes[]; + NCURSES_CONST char * const boolfnames[]; + NCURSES_CONST char * const boolnames[]; - NCURSES_CONST char * const * numcodes; - NCURSES_CONST char * const * numfnames; - NCURSES_CONST char * const * numnames; + NCURSES_CONST char * const numcodes[]; + NCURSES_CONST char * const numfnames[]; + NCURSES_CONST char * const numnames[]; - NCURSES_CONST char * const * strcodes; - NCURSES_CONST char * const * strfnames; - NCURSES_CONST char * const * strnames; + NCURSES_CONST char * const strcodes[]; + NCURSES_CONST char * const strfnames[]; + NCURSES_CONST char * const strnames[];

DESCRIPTION

@@ -111,14 +112,14 @@
        set_term.
 
 
-

Terminfo Names

+

Terminfo Lookup Tables

        The tic(1) and infocmp(1) 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  applica-
        tions,  although the hash-tables used by the terminfo and termcap func-
        tions are not available.
 
-       The long terminfo capability names use a  "l"  (ell)  in  their  names:
+       The long terminfo capability names use a  "f"  (eff)  in  their  names:
        boolfnames, numfnames, and strfnames.
 
        These  are  the  short names for terminfo capabilities: boolnames, num-
@@ -185,7 +186,7 @@