Age | Commit message (Expand) | Author |
---|---|---|
2019-02-20 | Support resizing the Terminal app. | Andreas Kling |
2019-01-15 | Make it possible for a process to switch controlling terminals. | Andreas Kling |
2018-11-29 | Add TIOCGWINSZ ioctl so userland can determine terminal geometry. | Andreas Kling |
2018-11-16 | Reimplement tcsetattr/tcgetattr as ioctls. | Andreas Kling |
2018-11-16 | Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls. | Andreas Kling |