Searched refs:g_hConIn (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_win32.c | 152 static HANDLE g_hConIn = INVALID_HANDLE_VALUE; variable 1202 GetConsoleMode(g_hConIn, &cmodein); in mch_setmouse() 1359 peek_console_input(g_hConIn, &ir, 1, &cRecords); in decode_mouse_event() 1648 wait_for_single_object(g_hConIn, dwWaitTime) in WaitForChar() 1656 peek_console_input(g_hConIn, &ir, 1, &cRecords); in WaitForChar() 2823 g_hConIn = GetStdHandle(STD_INPUT_HANDLE); in mch_init_c() 2850 GetConsoleMode(g_hConIn, &g_cmodein); in mch_init_c() 3709 WriteConsoleInput(g_hConIn, &ir, 1, &out); in handler_routine() 3753 GetConsoleMode(g_hConIn, &cmodein); in mch_settmode() 5638 GetConsoleMode(g_hConIn, &cmodein); in termcap_mode_start() [all …]
|