Searched refs:ResizeConBuf (Results 1 – 2 of 2) sorted by relevance
1550 static void ResizeConBuf(HANDLE hConsole, COORD coordScreen);1716 ResizeConBuf(g_hConOut, dwSize); in WaitForChar()3844 ResizeConBuf( in ResizeConBuf() function3945 ResizeConBuf(hConsole, coordScreen); in ResizeConBufAndWindow()3954 ResizeConBuf(hConsole, coordScreen); in ResizeConBufAndWindow()
41141 Solution: Only call ResizeConBuf() when the size differs. (Nobuhiro