Changeset e92aabf in mainline for console


Ignore:
Timestamp:
2006-06-08T22:44:44Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd02038
Parents:
8bd0316
Message:

Fast uspace scrolling using double buffering.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/console.c

    r8bd0316 re92aabf  
    473473        /* Synchronize, the gcons can have something in queue */
    474474        async_req(fb_info.phone, FB_FLUSH, 0, NULL);
    475 
     475        /* Enable double buffering */
     476        async_msg_2(fb_info.phone, FB_VIEWPORT_DB, (sysarg_t)-1, 1);
    476477       
    477478        async_req_2(fb_info.phone, FB_GET_CSIZE, 0, 0, &(fb_info.rows), &(fb_info.cols));
Note: See TracChangeset for help on using the changeset viewer.