mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
tools: add an extra linebreak before closing
Just puts the ^C from the Ctrl+C on a separate line to make it easier to spot Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
03e4a6b830
commit
5acd5147a1
1 changed files with 2 additions and 0 deletions
|
|
@ -892,6 +892,8 @@ mainloop(struct libinput *li)
|
|||
|
||||
while (!stop && poll(&fds, 1, -1) > -1)
|
||||
handle_and_print_events(li);
|
||||
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue