Subversion Repositories HelenOS-historic

Rev

Rev 1721 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1721 Rev 1723
Line 415... Line 415...
415
        case CONSOLE_GETSIZE:
415
        case CONSOLE_GETSIZE:
416
            arg1 = fb_info.rows;
416
            arg1 = fb_info.rows;
417
            arg2 = fb_info.cols;
417
            arg2 = fb_info.cols;
418
            break;
418
            break;
419
        case CONSOLE_FLUSH:
419
        case CONSOLE_FLUSH:
-
 
420
            if (consnum == active_console)
420
            async_req_2(fb_info.phone, FB_FLUSH, 0, 0, NULL, NULL);    
421
                async_req_2(fb_info.phone, FB_FLUSH, 0, 0, NULL, NULL);    
421
            break;
422
            break;
422
        case CONSOLE_SET_STYLE:
423
        case CONSOLE_SET_STYLE:
423
           
424
           
424
            arg1 = IPC_GET_ARG1(call);
425
            arg1 = IPC_GET_ARG1(call);
425
            arg2 = IPC_GET_ARG2(call);
426
            arg2 = IPC_GET_ARG2(call);