Searched refs:ESCS (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/less/ |
| HD | screen.c | 1328 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 dump_screen() 2631 tput_fmt(ESCS"[m", -1, f_putc); in tput_color() 2638 tput_fmt(ESCS"[%dm", sgr_color(fg), f_putc); in tput_color() 2640 tput_fmt(ESCS"[%dm", sgr_color(bg)+10, f_putc); in tput_color() 2645 tput_fmt(ESCS"[38;5;%dm", fg, f_putc); in tput_color() 2647 tput_fmt(ESCS"[48;5;%dm", bg, f_putc); in tput_color() 2693 WIN32textout(ESCS"[4m", 4); in win_set_cattr() 2695 WIN32textout(ESCS"[1m", 4); in win_set_cattr() [all …]
|
| HD | less.h | 553 #define ESCS "\33" macro
|
| HD | line.c | 621 static constant char osc8_prefix[] = ESCS "]8;"; in ansi_step()
|