summaryrefslogtreecommitdiff
path: root/Userland/Utilities/stty.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-01stty: Port to LibMainalexmajor
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-06-10Userland: Fix incorrect iflag/oflag printing in `stty`Daniel Bertalan
2021-05-24Userland: Fix `stty` not setting control charactersDaniel Bertalan
2021-05-23Utilities: Implement `stty`Daniel Bertalan