From 61f3ed093e0e19ec879645714795fb66bf588959 Mon Sep 17 00:00:00 2001 From: ninya9k <> Date: Sun, 12 Nov 2023 13:39:12 +0000 Subject: [PATCH] SIGINT print newline looks nicer --- uttt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uttt.c b/uttt.c index 7e77786..d8b45d5 100644 --- a/uttt.c +++ b/uttt.c @@ -168,6 +168,7 @@ bool getpos(const struct ut_state *state, int *x, int *y) { void finish(int sig) { + putchar('\n'); endwin(); // other cleanup exit(0);