@@ -14,7 +14,8 @@ int main(int argc, char *argv[]) {
}
intold_lflag=termios.c_lflag;
termios.c_lflag&=~(ICANON|ECHO);
termios.c_iflag&=~(IXON|INLCR|ICRNL);
termios.c_lflag&=~(ICANON|ECHO|ISIG);
tcsetattr(0,TCSANOW,&termios);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.