Home
last modified time | relevance | path

Searched refs:K_CSI (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h471 #define K_CSI TERMCAP2KEY(KS_EXTRA, KE_CSI) macro
H A Dmisc2.c908 {K_CSI, (char_u *)"xCSI"},
H A Dgetchar.c1769 if (c == K_CSI) in vgetc()
H A Dgui_x11.c949 key = K_CSI; in gui_x11_key_hit_cb()
H A Dgui_w32.c850 ch = K_CSI; in _OnSysChar()
1942 key = K_CSI; in process_message()
H A Dgui_gtk_x11.c1129 key = K_CSI; in key_press_event()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt7251 Solution: Use K_CSI for a typed CSI character. Use <CSI> for a normal CSI,
H A Dversion6.txt7299 Problem: X11 GUI: when expanding a CSI byte in the input stream to K_CSI,
H A Dversion8.txt9271 Solution: Convert CSI to K_CSI. (SungHyun Nam)