Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dscreen.c1316 sc_s_mousecap = ESCS "[?1000h" ESCS "[?1006h"; in get_term()
1319 sc_e_mousecap = ESCS "[?1006l" ESCS "[?1000l"; in get_term()
1871 SNPRINTF1(dump_cmd, sizeof(dump_cmd), ESCS"0;0;%dR", sc_width * sc_height); in dump_screen()
2569 tput_fmt(ESCS"[m", -1, f_putc); in tput_color()
2576 tput_fmt(ESCS"[%dm", sgr_color(fg), f_putc); in tput_color()
2578 tput_fmt(ESCS"[%dm", sgr_color(bg)+10, f_putc); in tput_color()
2582 tput_fmt(ESCS"[38;5;%dm", fg, f_putc); in tput_color()
2584 tput_fmt(ESCS"[48;5;%dm", bg, f_putc); in tput_color()
2656 out = WIN32put_fmt(ESCS"[38;5;%dm", fg); in win_set_color()
2658 out = WIN32put_fmt(ESCS"[48;5;%dm", bg); in win_set_color()
H A Dless.h535 #define ESCS "\33" macro
H A Dline.c635 static char hlink_prefix[] = ESCS "]8;"; in ansi_step()