ok there are you fucking happy yet

This commit is contained in:
Lily Tsuru 2023-08-22 16:54:07 -04:00
parent 158cae043b
commit 7082765060
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#define _WIN32_LEAN_AND_MEAN
#include <windows.h>
std::uint32_t lastVtMode = 0;
DWORD lastVtMode = 0;
void EnableVtMode() {
GetConsoleMode(GetStdHandle(STD_OUTPUT_HANDLE), &lastVtMode);