Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c215 static int drag_start_col; variable
228 drag_start_col = mouse_col; in popup_start_drag()
271 int width_inc = mouse_col - drag_start_col; in popup_drag()
282 drag_start_col = mouse_col; in popup_drag()
307 wp->w_wantcol = drag_start_wantcol + (mouse_col - drag_start_col); in popup_drag()