Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmouse.c1530 if (dragwin != NULL && !did_drag) in jump_to_mouse()
1532 dragwin = NULL; in jump_to_mouse()
1625 dragwin = NULL; in jump_to_mouse()
1680 dragwin = wp; in jump_to_mouse()
1687 dragwin = wp; in jump_to_mouse()
1790 if (dragwin != NULL) in jump_to_mouse()
1793 count = row - dragwin->w_winrow - dragwin->w_height + 1 in jump_to_mouse()
1795 win_drag_status_line(dragwin, count); in jump_to_mouse()
1802 if (dragwin != NULL) in jump_to_mouse()
1805 count = col - dragwin->w_wincol - dragwin->w_width + 1 in jump_to_mouse()
[all …]
H A Dwindow.c5969 win_drag_status_line(win_T *dragwin, int offset) in win_drag_status_line() argument
5978 fr = dragwin->w_frame; in win_drag_status_line()
6098 win_drag_vsep_line(win_T *dragwin, int offset) in win_drag_vsep_line() argument
6106 fr = dragwin->w_frame; in win_drag_vsep_line()
/vim-8.2.3635/src/proto/
H A Dwindow.pro64 void win_drag_status_line(win_T *dragwin, int offset);
65 void win_drag_vsep_line(win_T *dragwin, int offset);