new ncurses branch mean ninya

このコミットが含まれているのは:
woosh 2023-11-12 12:20:31 +00:00
コミット 9f7b107813
1個のファイルの変更5行の追加2行の削除

7
uttt.c
ファイルの表示

@ -174,8 +174,11 @@ void finish(int sig)
int main(int *argc, char **argv) {
signal(SIGINT, finish);
/*initscr();
keypad(stdscr, TRUE);*/
initscr();
keypad(stdscr, TRUE);
nonl();
cbreak();
noecho();
struct ut_state state = ut_initial;
while (true) {