conExitRawMode() - set in_raw_mode to 0

This commit is contained in:
bagajjal 2020-04-01 22:02:28 -07:00 committed by GitHub
parent a228c2fbaa
commit 901f123915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,6 +249,8 @@ ConExitRawMode()
error("Failed to set console input code page from %d to %d error:%d", CP_UTF8, console_in_cp_saved, GetLastError()); error("Failed to set console input code page from %d to %d error:%d", CP_UTF8, console_in_cp_saved, GetLastError());
} }
} }
in_raw_mode = 0;
} }
/* Used to exit the raw mode */ /* Used to exit the raw mode */