Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-18 | Userland: Remove some no-longer-needed test utilities. | Andreas Kling | |
2019-06-07 | Userland: Run clang-format on everything. | Andreas Kling | |
2019-01-15 | Make it possible for a process to switch controlling terminals. | Andreas Kling | |
Via the TIOCSCTTY and TIOCNOTTY ioctls. | |||
2018-11-29 | Add TIOCGWINSZ ioctl so userland can determine terminal geometry. | Andreas Kling | |
(Don't) use this to implement short-form output in ls. I'm too tired to make a nice column formatting algorithm. I just wanted something concise when I type "ls". | |||
2018-11-09 | Fix all current build warnings in the userland. | Andreas Kling | |
2018-10-28 | Canonicalize the path used by sh. | Andreas Kling | |
With a bunch of LibC work to support the feature. LibC now initializes AK::StringImpl by default. It's now fine to use AK in LibC/Userland! :^) | |||
2018-10-28 | Add save/unsave cursor escape sequences. | Andreas Kling | |
Also added a little terminal test program called /bin/tst. |