SIGINT print newline

looks nicer
このコミットが含まれているのは:
ninya9k 2023-11-12 13:39:12 +00:00
コミット 61f3ed093e
1個のファイルの変更1行の追加0行の削除

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