Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1551 → Rev 1550

/uspace/trunk/tetris/screen.c
55,6 → 55,7
static cell curscreen[B_SIZE]; /* 1 => standout (or otherwise marked) */
static int curscore;
static int isset; /* true => terminal is in game mode */
static struct termios oldtt;
static void (*tstp)(int);
 
static void scr_stop(int);