Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dui.c1162 else if (State == HITRETURN || State == SETWSIZE || State == ASKMORE in ui_focus_change()
H A Dmessage.c1339 if (tmpState == SETWSIZE) // got resize event while in vgetc() in wait_return()
3324 else if (State == HITRETURN || State == SETWSIZE) in repeat_message()
H A Dvim.h699 #define SETWSIZE 0x400 // window size has changed macro
H A Dmisc1.c661 else if (State == HITRETURN || State == ASKMORE || State == SETWSIZE in f_mode()
H A Dterm.c3462 if (State == HITRETURN || State == SETWSIZE) in set_shellsize()
3465 State = SETWSIZE; in set_shellsize()
H A Dmouse.c1415 else if (State == HITRETURN || State == ASKMORE || State == SETWSIZE) in setmouse()