Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dui.pro12 void ui_set_shellsize(int mustset);
H A Dgui.pro18 void gui_set_shellsize(int mustset, int fit_to_display, int direction);
H A Dterm.pro48 void set_shellsize(int width, int height, int mustset);
/vim-8.2.3635/src/
H A Dui.c624 int mustset UNUSED) // set by the user in ui_set_shellsize()
628 gui_set_shellsize(mustset, TRUE, RESIZE_BOTH); in ui_set_shellsize()
H A Dbuffer.c3797 int mustset; in maketitle() local
3948 mustset = value_changed(title_str, &lasttitle); in maketitle()
3996 mustset |= value_changed(icon_str, &lasticon); in maketitle()
3998 if (mustset) in maketitle()
H A Dgui.c1646 int mustset UNUSED, in gui_set_shellsize()
1659 int un_maximize = mustset; in gui_set_shellsize()
1670 if (!mustset && (vim_strchr(p_go, GO_KEEPWINSIZE) != NULL in gui_set_shellsize()
H A Dterm.c3448 set_shellsize(int width, int height, int mustset) in set_shellsize() argument
3487 if (mustset || (ui_get_shellsize() == FAIL && height != 0)) in set_shellsize()
3492 ui_set_shellsize(mustset); in set_shellsize()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt29635 Solution: Pass FALSE for "mustset" in gui_set_shellsize(). (Agorgianitis