ok there are you fucking happy yet
This commit is contained in:
parent
158cae043b
commit
7082765060
|
@ -5,7 +5,7 @@
|
||||||
#define _WIN32_LEAN_AND_MEAN
|
#define _WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
std::uint32_t lastVtMode = 0;
|
DWORD lastVtMode = 0;
|
||||||
|
|
||||||
void EnableVtMode() {
|
void EnableVtMode() {
|
||||||
GetConsoleMode(GetStdHandle(STD_OUTPUT_HANDLE), &lastVtMode);
|
GetConsoleMode(GetStdHandle(STD_OUTPUT_HANDLE), &lastVtMode);
|
||||||
|
|
Loading…
Reference in New Issue