@@ -19,6 +19,7 @@ use super::super::TermInfo;
1919
2020// These are the orders ncurses uses in its compiled format (as of 5.9). Not sure if portable.
2121
22+ #[ allow( missing_docs) ]
2223pub static boolfnames: & ' static [ & ' static str ] = & [ "auto_left_margin" , "auto_right_margin" ,
2324 "no_esc_ctlc" , "ceol_standout_glitch" , "eat_newline_glitch" , "erase_overstrike" , "generic_type" ,
2425 "hard_copy" , "has_meta_key" , "has_status_line" , "insert_null_glitch" , "memory_above" ,
@@ -31,11 +32,13 @@ pub static boolfnames: &'static[&'static str] = &["auto_left_margin", "auto_righ
3132 "no_correctly_working_cr" , "gnu_has_meta_key" , "linefeed_is_newline" , "has_hardware_tabs" ,
3233 "return_does_clr_eol" ] ;
3334
35+ #[ allow( missing_docs) ]
3436pub static boolnames: & ' static [ & ' static str ] = & [ "bw" , "am" , "xsb" , "xhp" , "xenl" , "eo" ,
3537 "gn" , "hc" , "km" , "hs" , "in" , "db" , "da" , "mir" , "msgr" , "os" , "eslok" , "xt" , "hz" , "ul" , "xon" ,
3638 "nxon" , "mc5i" , "chts" , "nrrmc" , "npc" , "ndscr" , "ccc" , "bce" , "hls" , "xhpa" , "crxm" , "daisy" ,
3739 "xvpa" , "sam" , "cpix" , "lpix" , "OTbs" , "OTns" , "OTnc" , "OTMT" , "OTNL" , "OTpt" , "OTxr" ] ;
3840
41+ #[ allow( missing_docs) ]
3942pub static numfnames: & ' static [ & ' static str ] = & [ "columns" , "init_tabs" , "lines" ,
4043 "lines_of_memory" , "magic_cookie_glitch" , "padding_baud_rate" , "virtual_terminal" ,
4144 "width_status_line" , "num_labels" , "label_height" , "label_width" , "max_attributes" ,
@@ -46,11 +49,13 @@ pub static numfnames: &'static[&'static str] = &[ "columns", "init_tabs", "lines
4649 "bit_image_entwining" , "bit_image_type" , "magic_cookie_glitch_ul" , "carriage_return_delay" ,
4750 "new_line_delay" , "backspace_delay" , "horizontal_tab_delay" , "number_of_function_keys" ] ;
4851
52+ #[ allow( missing_docs) ]
4953pub static numnames: & ' static [ & ' static str ] = & [ "cols" , "it" , "lines" , "lm" , "xmc" , "pb" ,
5054 "vt" , "wsl" , "nlab" , "lh" , "lw" , "ma" , "wnum" , "colors" , "pairs" , "ncv" , "bufsz" , "spinv" ,
5155 "spinh" , "maddr" , "mjump" , "mcs" , "mls" , "npins" , "orc" , "orl" , "orhi" , "orvi" , "cps" , "widcs" ,
5256 "btns" , "bitwin" , "bitype" , "UTug" , "OTdC" , "OTdN" , "OTdB" , "OTdT" , "OTkn" ] ;
5357
58+ #[ allow( missing_docs) ]
5459pub static stringfnames: & ' static [ & ' static str ] = & [ "back_tab" , "bell" , "carriage_return" ,
5560 "change_scroll_region" , "clear_all_tabs" , "clear_screen" , "clr_eol" , "clr_eos" ,
5661 "column_address" , "command_character" , "cursor_address" , "cursor_down" , "cursor_home" ,
@@ -124,6 +129,7 @@ pub static stringfnames: &'static[&'static str] = &[ "back_tab", "bell", "carria
124129 "acs_lrcorner" , "acs_ltee" , "acs_rtee" , "acs_btee" , "acs_ttee" , "acs_hline" , "acs_vline" ,
125130 "acs_plus" , "memory_lock" , "memory_unlock" , "box_chars_1" ] ;
126131
132+ #[ allow( missing_docs) ]
127133pub static stringnames: & ' static [ & ' static str ] = & [ "cbt" , "_" , "cr" , "csr" , "tbc" , "clear" ,
128134 "_" , "_" , "hpa" , "cmdch" , "cup" , "cud1" , "home" , "civis" , "cub1" , "mrcup" , "cnorm" , "cuf1" ,
129135 "ll" , "cuu1" , "cvvis" , "dch1" , "dl1" , "dsl" , "hd" , "smacs" , "blink" , "bold" , "smcup" , "smdc" ,
0 commit comments