Skip to content

Commit

Permalink
1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyaroslav committed May 30, 2022
1 parent d15f81d commit 807ada3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tty-snake.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include<stdio.h>
#include<termios.h>
//#include<termios.h>
#include<unistd.h>
#include<stdlib.h>
#include<fcntl.h>
Expand Down Expand Up @@ -119,6 +119,7 @@ char geti(){
}

#else
#include<termios.h>
char geti(){
// setting terminal icanonical mode
struct termios new, old;
Expand Down

0 comments on commit 807ada3

Please sign in to comment.