Searched refs:ESCS (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/less/ |
| H A D | screen.c | 1517 sc_s_mousecap = ESCS "[?1000h" ESCS "[?1002h" ESCS "[?1006h"; in get_term() 1520 sc_e_mousecap = ESCS "[?1006l" ESCS "[?1002l" ESCS "[?1000l"; in get_term() 1524 sc_s_bracketed_paste = ESCS"[?2004h"; in get_term() 1527 sc_e_bracketed_paste = ESCS"[?2004l"; in get_term() 2109 SNPRINTF1(dump_cmd, sizeof(dump_cmd), ESCS"0;0;%dR", sc_width * sc_height); in dump_screen() 2879 tput_fmt(ESCS"[m", -1, f_putc); in tput_color() 2886 tput_fmt(ESCS"[%dm", sgr_color(fg), f_putc); in tput_color() 2888 tput_fmt(ESCS"[%dm", sgr_color(bg)+10, f_putc); in tput_color() 2893 tput_fmt(ESCS"[38;5;%dm", fg, f_putc); in tput_color() 2895 tput_fmt(ESCS"[48;5;%dm", bg, f_putc); in tput_color() [all …]
|
| H A D | less.h | 558 #define ESCS "\33" macro
|