Searched refs:g_hConOut (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_win32.c | 153 static HANDLE g_hConOut = INVALID_HANDLE_VALUE; variable 1716 ResizeConBuf(g_hConOut, dwSize); in WaitForChar() 2849 GetConsoleCursorInfo(g_hConOut, &g_cci); in mch_init_c() 2851 GetConsoleMode(g_hConOut, &g_cmodeout); in mch_init_c() 2936 SetConsoleCursorInfo(g_hConOut, &g_cci); in mch_exit_c() 2938 SetConsoleMode(g_hConOut, g_cmodeout); in mch_exit_c() 3754 GetConsoleMode(g_hConOut, &cmodeout); in mch_settmode() 3787 SetConsoleMode(g_hConOut, cmodeout); in mch_settmode() 5685 SetConsoleCursorInfo(g_hConOut, &g_cci); in termcap_mode_end() 5694 FillConsoleOutputCharacter(g_hConOut, ' ', in termcap_mode_end() [all …]
|