Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c2885 static int winpos_x = -1; variable
2898 int prev_winpos_x = winpos_x; in term_get_winpos()
2903 winpos_x = -1; in term_get_winpos()
2914 if (winpos_x >= 0 && winpos_y >= 0) in term_get_winpos()
2916 *x = winpos_x; in term_get_winpos()
2925 winpos_x = prev_winpos_x; in term_get_winpos()
2930 *x = winpos_x; in term_get_winpos()
5063 winpos_x = arg[1]; in handle_csi()