Searched refs:g_cmodeout (Results 1 – 1 of 1) sorted by relevance
1184 static DWORD g_cmodeout = 0; // Original console output mode variable2851 GetConsoleMode(g_hConOut, &g_cmodeout); in mch_init_c()2938 SetConsoleMode(g_hConOut, g_cmodeout); in mch_exit_c()