Searched refs:A_K_LT (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libedit/ |
H A D | terminal.c | 1010 arrow[A_K_LT].name = L"left"; in terminal_init_arrow() 1011 arrow[A_K_LT].key = T_kl; in terminal_init_arrow() 1012 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR; in terminal_init_arrow() 1013 arrow[A_K_LT].type = XK_CMD; in terminal_init_arrow() 1055 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow() 1061 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow() 1070 keymacro_add(el, &strD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow() 1076 keymacro_add(el, &stOD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
|
H A D | terminal.h | 77 #define A_K_LT 2 macro
|