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);