summaryrefslogtreecommitdiff
path: root/Userland/clear.cpp
AgeCommit message (Collapse)Author
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2018-11-10Make /bin/clear work again.Andreas Kling
After I made stdio buffered, we were dropping anything unflushed on exit. Since /bin/clear just prints out some escape sequences without a newline, the entire buffer was being discarded. Also add VirtualConsole::clear() that handles clearing of background VC's.
2018-10-27Add a /bin/clear that prints the clear terminal escape sequence.Andreas Kling
It doesn't work yet, but it will!