Home
last modified time | relevance | path

Searched refs:do_resize (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unix.c204 static volatile sig_atomic_t do_resize = FALSE; variable
367 return do_resize; in resize_func()
368 while (do_resize) in resize_func()
395 do_resize = FALSE; in handle_resize()
854 do_resize = TRUE; in SIGDEFARG()
6398 if (do_resize) in RealWaitForChar()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt12332 Solution: When the select call is interrupted check do_resize. (Taylor