Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1574 → Rev 1575

/uspace/trunk/console/screenbuffer.c
60,6 → 60,7
scr->size_y = size_y;
scr->style.fg_color = DEFAULT_FOREGROUND;
scr->style.bg_color = DEFAULT_BACKGROUND;
scr->is_cursor_visible = 1;
screenbuffer_clear(scr);