From 2ba033ace6163d40d8d8fa09e4f671baa27b11b7 Mon Sep 17 00:00:00 2001 From: supervoidcoder <88671013+supervoidcoder@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:48:56 -0500 Subject: [PATCH] fix: the unicode doesn't work escaped --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index d8f2e03..b21b881 100644 --- a/main.cpp +++ b/main.cpp @@ -279,7 +279,7 @@ CloseHandle(hSnapshot); } if (i > 0) { - std::cout << "\u2514\u2500 "; // it's the little thingy thing └─ unicode from witr + std::cout << "└─ "; // it's the little thingy thing └─ unicode from witr } std::cout << exeNames[i] << " (PID " << pidNames[i] << ")" << std::endl;