Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-11 | terminal: enable sessions in evcat after taking control | David Herrmann | |
If we enable a session, any probed device might get immediately enabled. This might cause TakeDevice() messages to be sent before we call TakeControl(). Therefore, enable sessions *after* sending TakeControl() so we always succeed if TakeControl() succeeds. | |||
2014-08-27 | terminal: add systemd-evcat input debugging tool | David Herrmann | |
Like systemd-subterm, this new systemd-evcat tool should only be used to debug libsystemd-terminal. systemd-evcat attaches to the running session and pushes all evdev devices attached to the current session into an idev-session. All events of the created idev-devices are then printed to stdout for input-event debugging. |