Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1720 → Rev 1721

/uspace/trunk/tetris/screen.c
61,15 → 61,8
static cell curscreen[B_SIZE]; /* 1 => standout (or otherwise marked) */
static int curscore;
static int isset; /* true => terminal is in game mode */
static void (*tstp)(int);
 
static void scr_stop(int);
static void stopset(int);
 
static char
*CEstr; /* clear to end of line */
 
 
/*
* putstr() is for unpadded strings (either as in termcap(5) or
* simply literal strings);
148,15 → 141,6
return async_req_2(con_phone, CONSOLE_GETSIZE, 0, 0, &ws->ws_row, &ws->ws_col);
}
 
static void
scr_stop(int sig)
{
 
scr_end();
scr_set();
scr_msg(key_msg, 1);
}
 
/*
* Set up screen mode.
*/