Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dscreen.pro14 int stl_connected(win_T *wp);
/vim-8.2.3635/src/
H A Dmouse.c1696 if (stl_connected(wp)) in jump_to_mouse()
H A Ddrawscreen.c547 if (stl_connected(wp)) in win_redr_status()
H A Dscreen.c1139 stl_connected(win_T *wp) in stl_connected() function
H A Dgui.c5038 && (row != wp->w_height || !stl_connected(wp)) && msg_scrolled == 0) in xy2win()