Skip to content

Commit 2ba033a

Browse files
fix: the unicode doesn't work escaped
1 parent 220e099 commit 2ba033a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ CloseHandle(hSnapshot);
279279
}
280280
if (i > 0) {
281281

282-
std::cout << "\u2514\u2500 "; // it's the little thingy thing └─ unicode from witr
282+
std::cout << "└─ "; // it's the little thingy thing └─ unicode from witr
283283
}
284284
std::cout << exeNames[i] << " (PID " << pidNames[i] << ")" << std::endl;
285285

0 commit comments

Comments
 (0)