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;