Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1723 → Rev 1722

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