diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-08-27 18:38:01 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-08-27 18:42:29 +0200 |
commit | 8e9371905c743cf997b2e8fa7fe3238f81f741fe (patch) | |
tree | 993b31b57009602c02a2484d4a38b4ac0a84bfc1 /.gitignore | |
parent | e06cc7b07465369fb7c01c9778b84cf82c82fdcf (diff) | |
download | systemd-8e9371905c743cf997b2e8fa7fe3238f81f741fe.tar.gz systemd-8e9371905c743cf997b2e8fa7fe3238f81f741fe.tar.bz2 systemd-8e9371905c743cf997b2e8fa7fe3238f81f741fe.zip |
terminal: add systemd-evcat input debugging tool
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8aed0b9ba6..f8650870a3 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,7 @@ /systemd-detect-virt /systemd-efi-boot-generator /systemd-escape +/systemd-evcat /systemd-firstboot /systemd-fsck /systemd-fstab-generator |