Home
last modified time | relevance | path

Searched refs:ESCS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dscreen.c1328 sc_s_mousecap = ESCS "[?1000h" ESCS "[?1006h"; in get_term()
1331 sc_e_mousecap = ESCS "[?1006l" ESCS "[?1000l"; in get_term()
1881 SNPRINTF1(dump_cmd, sizeof(dump_cmd), ESCS"0;0;%dR", sc_width * sc_height); in add_line()
2631 tput_fmt(ESCS"[m", -1, f_putc); in win_set_color()
2638 tput_fmt(ESCS"[%dm", sgr_color(fg), f_putc); in win_set_color()
2640 tput_fmt(ESCS"[%dm", sgr_color(bg)+10, f_putc); in win_set_color()
2645 tput_fmt(ESCS"[38;5;%dm", fg, f_putc); in win_set_color()
2647 tput_fmt(ESCS"[4 in win_set_color()
[all...]
H A Dless.h553 #define ESCS "\33"
535 #define ESCS global() macro
H A Dline.c621 static constant char osc8_prefix[] = ESCS "]8;"; in ansi_step()