summaryrefslogtreecommitdiff
path: root/Userland/more.cpp
AgeCommit message (Expand)Author
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
2020-02-08more: Read keystrokes from stdout instead of trying to re-open itAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-13more: Use pledge()Brian Gianforcaro
2019-08-01more: Don't printf(string), printf("%s", string)!Andreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2018-12-21Add a simple /bin/more.Andreas Kling