Home
last modified time | relevance | path

Searched refs:tgoto (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dterm.c2468 tgoto(char *cm, int x, int y) in tgoto() function
2802 OUT_STR(tgoto((char *)T_CM, col, row)); in term_windgoto()
2808 OUT_STR(tgoto((char *)T_CRI, 0, i)); in term_cursor_right()
2814 OUT_STR(tgoto((char *)T_CAL, 0, line_count)); in term_append_lines()
2820 OUT_STR(tgoto((char *)T_CDL, 0, line_count)); in term_delete_lines()
2832 OUT_STR(tgoto((char *)T_CWP, y, x)); in term_set_winpos()
2943 OUT_STR(tgoto((char *)T_CWS, width, height)); in term_set_winsize()
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()
4163 OUT_STR(tgoto((char *)T_CS, (int)Rows - 1, 0)); in scroll_region_reset()
[all …]
H A Dosdef2.h.in63 extern char *tgoto(char *, int, int);
H A Dtermlib.c384 tgoto( in tgoto() function
H A Dconfigure.ac3467 main() {char *s; s=(char *)tgoto("%p1%d", 0, 1); exit(0); }],
3507 {char *s; s=(char *)tgoto("%p1%d", 0, 1); exit(!strcmp(s==0 ? "" : s, "1")); }
/vim-8.2.3635/src/proto/
H A Dtermlib.pro6 char *tgoto(char *cm, int col, int line);
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt2785 Unix: tgoto() can return NULL, which was not handled correctly in configure.
4059 with tgoto() can run correctly.
H A Dtodo.txt3767 - An old version of GNU tgoto can't handle the terminfo code for "AF". The