Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dpopupwin.c269 if ((wp->w_popup_flags & POPF_RESIZE) && drag_on_resize_handle) in popup_drag()
712 wp->w_popup_flags |= POPF_RESIZE; in apply_general_options()
714 wp->w_popup_flags &= ~POPF_RESIZE; in apply_general_options()
2103 wp->w_popup_flags |= POPF_DRAG | POPF_RESIZE; in popup_create()
2114 wp->w_popup_flags |= POPF_DRAG | POPF_RESIZE; in popup_create()
3093 dict_add_number(dict, "resize", (wp->w_popup_flags & POPF_RESIZE) != 0); in f_popup_getoptions()
3890 border_char[6] = (wp->w_popup_flags & POPF_RESIZE) in update_popups()
3900 if (wp->w_popup_flags & POPF_RESIZE) in update_popups()
H A Dvim.h643 #define POPF_RESIZE 0x40 // popup can be resized by dragging macro
H A Dmouse.c1639 else if (((wp->w_popup_flags & (POPF_DRAG | POPF_RESIZE)) in jump_to_mouse()