Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c269 if ((wp->w_popup_flags & POPF_RESIZE) && drag_on_resize_handle) in popup_drag()
704 wp->w_popup_flags |= POPF_RESIZE; in apply_general_options()
706 wp->w_popup_flags &= ~POPF_RESIZE; in apply_general_options()
2095 wp->w_popup_flags |= POPF_DRAG | POPF_RESIZE; in popup_create()
2106 wp->w_popup_flags |= POPF_DRAG | POPF_RESIZE; in popup_create()
3083 dict_add_number(dict, "resize", (wp->w_popup_flags & POPF_RESIZE) != 0); in f_popup_getoptions()
3880 border_char[6] = (wp->w_popup_flags & POPF_RESIZE) in update_popups()
3890 if (wp->w_popup_flags & POPF_RESIZE) in update_popups()
H A Dvim.h642 #define POPF_RESIZE 0x20 // popup can be resized by dragging macro
H A Dmouse.c1638 else if ((wp->w_popup_flags & (POPF_DRAG | POPF_RESIZE)) in jump_to_mouse()