Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dterm.pro46 void shell_resized(void);
/vim-8.2.3635/src/
H A Dos_win32.c1717 shell_resized(); in WaitForChar()
1816 shell_resized(); in tgetch()
4018 shell_resized(); in mch_set_winsize_now()
H A Dterm.c3410 shell_resized(void) in shell_resized() function
3436 shell_resized(); in shell_resized_check()
H A Dgetchar.c2668 shell_resized(); in handle_mapping()
H A Dmessage.c1342 shell_resized(); in wait_return()
H A Dex_docmd.c6186 shell_resized(); // may have resized window in ex_stop()
6734 shell_resized(); in ex_mode()
H A Dgui.c1584 shell_resized(); in gui_resize_shell()
H A Dos_unix.c396 shell_resized(); in handle_resize()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt13827 Solution: When deciding to call shell_resized(), also compare the text area
H A Dversion8.txt23769 Solution: Only call shell_resized() when the size actually changed. (Ken