Loading yaht.c +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ int main(void) { clear_screen(); printf("yaht.c\n"); printf("\n\n"); // new menu would erase game name otherwise printf("\n\n"); // new menu would erase game name without this // set terminal to raw mode for registering keypresses without need to press Enter struct termios old_terminal_configuration, new_terminal_configuration; Loading Loading
yaht.c +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ int main(void) { clear_screen(); printf("yaht.c\n"); printf("\n\n"); // new menu would erase game name otherwise printf("\n\n"); // new menu would erase game name without this // set terminal to raw mode for registering keypresses without need to press Enter struct termios old_terminal_configuration, new_terminal_configuration; Loading