[PATCH libinput 5/8] tools: add an extra linebreak before closing

Peter Hutterer peter.hutterer at who-t.net
Thu Nov 9 05:08:48 UTC 2017


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 at who-t.net>
---
 tools/libinput-debug-events.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/libinput-debug-events.c b/tools/libinput-debug-events.c
index fb8d84d8..56810c57 100644
--- a/tools/libinput-debug-events.c
+++ b/tools/libinput-debug-events.c
@@ -892,6 +892,8 @@ mainloop(struct libinput *li)
 
 	while (!stop && poll(&fds, 1, -1) > -1)
 		handle_and_print_events(li);
+
+	printf("\n");
 }
 
 static void
-- 
2.13.6



More information about the wayland-devel mailing list