mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-09 02:43:38 +08:00
chore(Logger): Uncomment disable quick edit mode
This commit is contained in:
parent
21fb501b27
commit
b5b7b0e1cf
@ -74,7 +74,7 @@ namespace big
|
||||
// terminal like behaviour enable full color support
|
||||
console_mode |= ENABLE_VIRTUAL_TERMINAL_PROCESSING | DISABLE_NEWLINE_AUTO_RETURN;
|
||||
// prevent clicking in terminal from suspending our main thread
|
||||
//console_mode &= ~(ENABLE_QUICK_EDIT_MODE);
|
||||
console_mode &= ~(ENABLE_QUICK_EDIT_MODE);
|
||||
|
||||
SetConsoleMode(m_console_handle, console_mode);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user