We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 220e099 + 2ba033a commit 727df43Copy full SHA for 727df43
1 file changed
main.cpp
@@ -279,7 +279,7 @@ CloseHandle(hSnapshot);
279
}
280
if (i > 0) {
281
282
- std::cout << "\u2514\u2500 "; // it's the little thingy thing └─ unicode from witr
+ std::cout << "└─ "; // it's the little thingy thing └─ unicode from witr
283
284
std::cout << exeNames[i] << " (PID " << pidNames[i] << ")" << std::endl;
285
0 commit comments