X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterm_variables.3x.html;h=d5a83afcd8a9125323c7ffb5e5bc1fb92b5a0766;hb=8890c8f28a1db5995ef17f52a7d8c0b9cf574210;hp=414ff165b3755fbe7a89e00108de2c0cf7e417ce;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/term_variables.3x.html b/doc/html/man/term_variables.3x.html index 414ff165..d5a83afc 100644 --- a/doc/html/man/term_variables.3x.html +++ b/doc/html/man/term_variables.3x.html @@ -1,6 +1,6 @@ - + term_variables 3x - + @@ -63,17 +63,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