aboutsummaryrefslogtreecommitdiff
path: root/include/terminal.h
AgeCommit message (Collapse)Author
2020-08-03terminal: Remove unused prototypesKenny Levinsen
2020-08-02seat: Open/close tty on activation/deactivationKenny Levinsen
The VT and KD ioctl's are picky about the tty fd used. In order to satisfy these, and to improve state cleanup, we now only and store the current tty when opening a client, and use this fd to perform teardown later. The presence of the fd is also used to signal that teardown is needed.
2020-07-31Initial implementation of seatd and libseatKenny Levinsen