Searched refs:KS_VB (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | termdefs.h | 64 KS_VB, // visual bell enumerator 169 #define T_VB (TERM_STR(KS_VB)) // visual bell
|
| H A D | term.c | 257 {(int)KS_VB, IF_EB("\033|f", ESC_STR "|f")}, 612 {(int)KS_VB, "\033|B"}, // visual bell 1205 {(int)KS_VB, "[VB]"}, 1674 {KS_CRI,"RI"}, {KS_VB, "vb"}, {KS_KS, "ks"}, in get_term_entries()
|