Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1722 → Rev 1723

/uspace/trunk/console/console.c
417,7 → 417,8
arg2 = fb_info.cols;
break;
case CONSOLE_FLUSH:
async_req_2(fb_info.phone, FB_FLUSH, 0, 0, NULL, NULL);
if (consnum == active_console)
async_req_2(fb_info.phone, FB_FLUSH, 0, 0, NULL, NULL);
break;
case CONSOLE_SET_STYLE: