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=021db2f7128da37c44136efb42dd6491b17ec908;hb=42259b594b5dabd37fe2bc294051d2db82e873a2;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/term_variables.3x.html b/doc/html/man/term_variables.3x.html index 021db2f7..8db83994 100644 --- a/doc/html/man/term_variables.3x.html +++ b/doc/html/man/term_variables.3x.html @@ -1,6 +1,7 @@ @@ -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