Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2669 → Rev 2670

/trunk/uspace/app/tetris/screen.c
118,7 → 118,7
void
scr_init(void)
{
con_phone = get_fd_phone(1);
con_phone = get_cons_phone();
async_msg_1(con_phone, CONSOLE_CURSOR_VISIBILITY, 0);
resume_normal();
scr_clear();