mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-08 09:20:14 +01:00
event-debug: Increase spacing after the event-type
TABLET_PROXIMITY events cause many terminals to push every column to the right by one additional tab, this just increases the space after the event type so that everything lines up again. Signed-off-by: Stephen Chandler Paul <thatslyude@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c7948e3bb5
commit
3aeae35a60
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ print_event_header(struct libinput_event *ev)
|
|||
break;
|
||||
}
|
||||
|
||||
printf("%-7s %s ", libinput_device_get_sysname(dev), type);
|
||||
printf("%-7s %-16s ", libinput_device_get_sysname(dev), type);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue