feat: randomize console title
Build / build (push) Successful in 8m20s

This commit is contained in:
2026-06-20 08:06:34 -03:00
parent 6c086b5307
commit e46a60f95f
+1
View File
@@ -169,6 +169,7 @@ bool run()
int WINAPI WinMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPSTR /*lpCmdLine*/, int /*nShowCmd*/) int WINAPI WinMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPSTR /*lpCmdLine*/, int /*nShowCmd*/)
{ {
AllocConsole(); AllocConsole();
SetConsoleTitleA(utils::randomizeString(32).c_str());
/* /*
ansi seequences ansi seequences