Searched refs:strH (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 765 static Char strH[] = {033, '[', 'H', '\0'}; in DefaultArrowKeys() local 782 strH[0] = CTL_ESC('\033'); in DefaultArrowKeys() 799 cs.buf = strH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys() 814 cs.buf = &strH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 1036 static const wchar_t strH[] = L"\033[H"; in terminal_reset_arrow() local 1049 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow() 1064 keymacro_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
|