@@ -19,7 +19,7 @@ use super::super::TermInfo;
19
19
20
20
// These are the orders ncurses uses in its compiled format (as of 5.9). Not sure if portable.
21
21
22
- pub static boolfnames: & ' static [ & ' static str ] = & ' static [ "auto_left_margin" , "auto_right_margin" ,
22
+ pub static boolfnames: & ' static [ & ' static str ] = & [ "auto_left_margin" , "auto_right_margin" ,
23
23
"no_esc_ctlc" , "ceol_standout_glitch" , "eat_newline_glitch" , "erase_overstrike" , "generic_type" ,
24
24
"hard_copy" , "has_meta_key" , "has_status_line" , "insert_null_glitch" , "memory_above" ,
25
25
"memory_below" , "move_insert_mode" , "move_standout_mode" , "over_strike" , "status_line_esc_ok" ,
@@ -31,12 +31,12 @@ pub static boolfnames: &'static[&'static str] = &'static["auto_left_margin", "au
31
31
"no_correctly_working_cr" , "gnu_has_meta_key" , "linefeed_is_newline" , "has_hardware_tabs" ,
32
32
"return_does_clr_eol" ] ;
33
33
34
- pub static boolnames: & ' static [ & ' static str ] = & ' static [ "bw" , "am" , "xsb" , "xhp" , "xenl" , "eo" ,
34
+ pub static boolnames: & ' static [ & ' static str ] = & [ "bw" , "am" , "xsb" , "xhp" , "xenl" , "eo" ,
35
35
"gn" , "hc" , "km" , "hs" , "in" , "db" , "da" , "mir" , "msgr" , "os" , "eslok" , "xt" , "hz" , "ul" , "xon" ,
36
36
"nxon" , "mc5i" , "chts" , "nrrmc" , "npc" , "ndscr" , "ccc" , "bce" , "hls" , "xhpa" , "crxm" , "daisy" ,
37
37
"xvpa" , "sam" , "cpix" , "lpix" , "OTbs" , "OTns" , "OTnc" , "OTMT" , "OTNL" , "OTpt" , "OTxr" ] ;
38
38
39
- pub static numfnames: & ' static [ & ' static str ] = & ' static [ "columns" , "init_tabs" , "lines" ,
39
+ pub static numfnames: & ' static [ & ' static str ] = & [ "columns" , "init_tabs" , "lines" ,
40
40
"lines_of_memory" , "magic_cookie_glitch" , "padding_baud_rate" , "virtual_terminal" ,
41
41
"width_status_line" , "num_labels" , "label_height" , "label_width" , "max_attributes" ,
42
42
"maximum_windows" , "max_colors" , "max_pairs" , "no_color_video" , "buffer_capacity" ,
@@ -46,12 +46,12 @@ pub static numfnames: &'static[&'static str] = &'static[ "columns", "init_tabs",
46
46
"bit_image_entwining" , "bit_image_type" , "magic_cookie_glitch_ul" , "carriage_return_delay" ,
47
47
"new_line_delay" , "backspace_delay" , "horizontal_tab_delay" , "number_of_function_keys" ] ;
48
48
49
- pub static numnames: & ' static [ & ' static str ] = & ' static [ "cols" , "it" , "lines" , "lm" , "xmc" , "pb" ,
49
+ pub static numnames: & ' static [ & ' static str ] = & [ "cols" , "it" , "lines" , "lm" , "xmc" , "pb" ,
50
50
"vt" , "wsl" , "nlab" , "lh" , "lw" , "ma" , "wnum" , "colors" , "pairs" , "ncv" , "bufsz" , "spinv" ,
51
51
"spinh" , "maddr" , "mjump" , "mcs" , "mls" , "npins" , "orc" , "orl" , "orhi" , "orvi" , "cps" , "widcs" ,
52
52
"btns" , "bitwin" , "bitype" , "UTug" , "OTdC" , "OTdN" , "OTdB" , "OTdT" , "OTkn" ] ;
53
53
54
- pub static stringfnames: & ' static [ & ' static str ] = & ' static [ "back_tab" , "bell" , "carriage_return" ,
54
+ pub static stringfnames: & ' static [ & ' static str ] = & [ "back_tab" , "bell" , "carriage_return" ,
55
55
"change_scroll_region" , "clear_all_tabs" , "clear_screen" , "clr_eol" , "clr_eos" ,
56
56
"column_address" , "command_character" , "cursor_address" , "cursor_down" , "cursor_home" ,
57
57
"cursor_invisible" , "cursor_left" , "cursor_mem_address" , "cursor_normal" , "cursor_right" ,
@@ -124,7 +124,7 @@ pub static stringfnames: &'static[&'static str] = &'static[ "back_tab", "bell",
124
124
"acs_lrcorner" , "acs_ltee" , "acs_rtee" , "acs_btee" , "acs_ttee" , "acs_hline" , "acs_vline" ,
125
125
"acs_plus" , "memory_lock" , "memory_unlock" , "box_chars_1" ] ;
126
126
127
- pub static stringnames: & ' static [ & ' static str ] = & ' static [ "cbt" , "_" , "cr" , "csr" , "tbc" , "clear" ,
127
+ pub static stringnames: & ' static [ & ' static str ] = & [ "cbt" , "_" , "cr" , "csr" , "tbc" , "clear" ,
128
128
"_" , "_" , "hpa" , "cmdch" , "cup" , "cud1" , "home" , "civis" , "cub1" , "mrcup" , "cnorm" , "cuf1" ,
129
129
"ll" , "cuu1" , "cvvis" , "dch1" , "dl1" , "dsl" , "hd" , "smacs" , "blink" , "bold" , "smcup" , "smdc" ,
130
130
"dim" , "smir" , "invis" , "prot" , "rev" , "smso" , "smul" , "ech" , "rmacs" , "sgr0" , "rmcup" , "rmdc" ,
0 commit comments