Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dscreen.c1251 sc_s_mousecap = ESCS "[?1000h" ESCS "[?1006h"; in get_term()
1254 sc_e_mousecap = ESCS "[?1006l" ESCS "[?1000l"; in get_term()
2549 tput_fmt(ESCS"[m", -1, f_putc);
2556 tput_fmt(ESCS"[%dm", sgr_color(fg), f_putc);
2558 tput_fmt(ESCS"[%dm", sgr_color(bg)+10, f_putc);
2562 tput_fmt(ESCS"[38;5;%dm", fg, f_putc);
2564 tput_fmt(ESCS"[48;5;%dm", bg, f_putc);
2650 out = WIN32put_fmt(ESCS"[38;5;%dm", fg);
2652 out = WIN32put_fmt(ESCS"[48;5;%dm", bg);
H A Dless.h499 #define ESCS "\33" macro
H A Dline.c603 static char hlink_prefix[] = ESCS "]8;";