Searched refs:ESCS (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | screen.c | 1323 sc_s_mousecap = ESCS "[?1000h" ESCS "[?1002h" ESCS "[?1006h"; in get_term() 1326 sc_e_mousecap = ESCS "[?1006l" ESCS "[?1002l" ESCS "[?1000l"; in get_term() 1330 sc_s_bracketed_paste = ESCS"[?2004h"; in get_term() 1333 sc_e_bracketed_paste = ESCS"[?2004l"; in get_term() 1923 SNPRINTF1(dump_cmd, sizeof(dump_cmd), ESCS"0;0;%dR", sc_width * sc_height); in dump_screen() 2693 tput_fmt(ESCS"[m", -1, f_putc); in tput_color() 2700 tput_fmt(ESCS"[%dm", sgr_color(fg), f_putc); in tput_color() 2702 tput_fmt(ESCS"[%dm", sgr_color(bg)+10, f_putc); in tput_color() 2707 tput_fmt(ESCS"[38;5;%dm", fg, f_putc); in tput_color() 2709 tput_fmt(ESCS"[48;5;%dm", bg, f_putc); in tput_color() [all …]
|
| H A D | less.h | 556 #define ESCS "\33" macro
|