Searched refs:K_CSI (Results 1 – 9 of 9) sorted by relevance
471 #define K_CSI TERMCAP2KEY(KS_EXTRA, KE_CSI) macro
908 {K_CSI, (char_u *)"xCSI"},
1769 if (c == K_CSI) in vgetc()
949 key = K_CSI; in gui_x11_key_hit_cb()
850 ch = K_CSI; in _OnSysChar()1942 key = K_CSI; in process_message()
1129 key = K_CSI; in key_press_event()
7251 Solution: Use K_CSI for a typed CSI character. Use <CSI> for a normal CSI,
7299 Problem: X11 GUI: when expanding a CSI byte in the input stream to K_CSI,
9271 Solution: Convert CSI to K_CSI. (SungHyun Nam)