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

  /src/games/tetris/
screen.c 63 static struct termios oldtt; variable in typeref:struct:termios
201 if (tcgetattr(0, &oldtt) < 0)
203 newtt = oldtt;
254 (void) tcsetattr(0, TCSADRAIN, &oldtt);

Completed in 207 milliseconds