Home
last modified time | relevance | path

Searched refs:OUT_STR (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dterm.c2802 OUT_STR(tgoto((char *)T_CM, col, row)); in term_windgoto()
2808 OUT_STR(tgoto((char *)T_CRI, 0, i)); in term_cursor_right()
2832 OUT_STR(tgoto((char *)T_CWP, y, x)); in term_set_winpos()
2907 OUT_STR(T_CGP); in term_get_winpos()
2982 OUT_STR(tgoto(buf, 0, n >= 16 ? n : n - 8)); in term_color()
2985 OUT_STR(tgoto((char *)s, 0, n)); in term_color()
3072 OUT_STR(buf); in term_rgb_color()
3121 OUT_STR(T_CST); in term_push_title()
3127 OUT_STR(T_SSI); in term_push_title()
3140 OUT_STR(T_CRT); in term_pop_title()
[all …]
H A Dos_amiga.c938 OUT_STR("\233t\233u"); // reset window size (CSI t CSI u) in mch_exit()
1091 OUT_STR("\233t\233u"); // CSI t CSI u in mch_get_shellsize()
H A Dmisc1.c2181 OUT_STR("Vim: preserving files...\r\n"); in preserve_exit()
2191 OUT_STR("Vim: Finished.\r\n"); in preserve_exit()
H A Dscreen.c1800 OUT_STR(buf); in screen_start_highlight()
1950 OUT_STR(buf); in screen_stop_highlight()
H A Dvim.h1674 #define OUT_STR(s) out_str((char_u *)(s)) macro
H A Dex_cmds.c1507 OUT_STR(IF_EB("\033[0 q", ESC_STR "[0 q")); // get window size in do_shell()
H A Dgui.c1823 OUT_STR(IF_EB("\033|s", ESC_STR "|s")); in gui_update_cursor_later()
H A Dos_unix.c1120 OUT_STR("Vim: Double signal, exiting\n"); in SIGDEFARG()