mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 13:30:27 +01:00
tools: record: increase value size to 6 digits
Tablets commonly have higher axis ranges, might as well make sure they line up. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
72b3f657c4
commit
247b2344a5
1 changed files with 2 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ print_evdev_event(struct record_context *ctx, struct input_event *ev)
|
|||
|
||||
snprintf(desc,
|
||||
sizeof(desc),
|
||||
"%s / %-20s %4d%s",
|
||||
"%s / %-20s %6d%s",
|
||||
tname,
|
||||
cname,
|
||||
ev->value,
|
||||
|
|
@ -237,7 +237,7 @@ print_evdev_event(struct record_context *ctx, struct input_event *ev)
|
|||
}
|
||||
|
||||
iprintf(ctx,
|
||||
"- [%3lu, %6u, %3d, %3d, %5d] # %s\n",
|
||||
"- [%3lu, %6u, %3d, %3d, %6d] # %s\n",
|
||||
ev->time.tv_sec,
|
||||
(unsigned int)ev->time.tv_usec,
|
||||
ev->type,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue