Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c1550 static void ResizeConBuf(HANDLE hConsole, COORD coordScreen);
1716 ResizeConBuf(g_hConOut, dwSize); in WaitForChar()
3844 ResizeConBuf( in ResizeConBuf() function
3945 ResizeConBuf(hConsole, coordScreen); in ResizeConBufAndWindow()
3954 ResizeConBuf(hConsole, coordScreen); in ResizeConBufAndWindow()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt41141 Solution: Only call ResizeConBuf() when the size differs. (Nobuhiro