Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1575 → Rev 1574

/uspace/trunk/tetris/screen.c
113,7 → 113,6
scr_init(void)
{
con_phone = get_fd_phone(1);
send_call(con_phone, CONSOLE_CURSOR_VISIBILITY, 0);
resume_normal();
scr_clear();
}