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