Searched refs:lcs_chars (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | screen.c | 4841 {&lcs_chars.eol, "eol"}, in set_chars_option() 4842 {&lcs_chars.ext, "extends"}, in set_chars_option() 4843 {&lcs_chars.nbsp, "nbsp"}, in set_chars_option() 4846 {&lcs_chars.tab2, "tab"}, in set_chars_option() 4848 {&lcs_chars.lead, "lead"}, in set_chars_option() 4860 CLEAR_FIELD(lcs_chars); in set_chars_option() 4885 lcs_chars.tab1 = NUL; in set_chars_option() 4886 lcs_chars.tab3 = NUL; in set_chars_option() 4940 lcs_chars.tab1 = c1; in set_chars_option() 4941 lcs_chars.tab2 = c2; in set_chars_option() [all …]
|