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:
Peter Hutterer 2017-11-09 10:32:51 +10:00
parent 03e4a6b830
commit 5acd5147a1

View file

@ -892,6 +892,8 @@ mainloop(struct libinput *li)
while (!stop && poll(&fds, 1, -1) > -1)
handle_and_print_events(li);
printf("\n");
}
static void