]> git.ipfire.org Git - thirdparty/systemd.git/commit - .gitignore
terminal: add systemd-evcat input debugging tool
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 27 Aug 2014 16:38:01 +0000 (18:38 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 27 Aug 2014 16:42:29 +0000 (18:42 +0200)
commit8e9371905c743cf997b2e8fa7fe3238f81f741fe
tree993b31b57009602c02a2484d4a38b4ac0a84bfc1
parente06cc7b07465369fb7c01c9778b84cf82c82fdcf
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.
.gitignore
Makefile.am
src/libsystemd-terminal/evcat.c [new file with mode: 0644]