HomeSort by: relevance | last modified time | path
    Searched defs:newtt (Results 1 - 1 of 1) sorted by relevancy

  /src/games/tetris/
screen.c 166 struct termios newtt; local in function:scr_set
203 newtt = oldtt;
204 newtt.c_lflag &= ~(ICANON|ECHO);
205 newtt.c_oflag &= ~OXTABS;
206 if (tcsetattr(0, TCSADRAIN, &newtt) < 0)
208 ospeed = cfgetospeed(&newtt);

Completed in 44 milliseconds