SIGINT print newline

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

1
uttt.c
ファイルの表示

@ -175,6 +175,7 @@ bool getpos(const struct ut_state *state, int *x, int *y) {
void finish(int sig)
{
putchar('\n');
endwin();
// other cleanup
exit(0);