mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 03:38:01 +02:00
tools: reduce some spacing to compress the output a bit
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
589e320df6
commit
51e35d72ec
1 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ print_event_header(struct libinput_event *ev)
|
||||||
|
|
||||||
prefix = (last_device != dev) ? '-' : ' ';
|
prefix = (last_device != dev) ? '-' : ' ';
|
||||||
|
|
||||||
printf("%c%-7s %-16s ",
|
printf("%c%-7s %-16s ",
|
||||||
prefix,
|
prefix,
|
||||||
libinput_device_get_sysname(dev),
|
libinput_device_get_sysname(dev),
|
||||||
type);
|
type);
|
||||||
|
|
@ -196,7 +196,7 @@ print_device_notify(struct libinput_event *ev)
|
||||||
printf("P");
|
printf("P");
|
||||||
|
|
||||||
if (libinput_device_get_size(dev, &w, &h) == 0)
|
if (libinput_device_get_size(dev, &w, &h) == 0)
|
||||||
printf("\tsize %.0fx%.0fmm", w, h);
|
printf(" size %.0fx%.0fmm", w, h);
|
||||||
|
|
||||||
if (libinput_device_config_tap_get_finger_count(dev)) {
|
if (libinput_device_config_tap_get_finger_count(dev)) {
|
||||||
printf(" tap");
|
printf(" tap");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue