Changeset 566f4cfb in mainline for uspace/app/tetris/input.c


Ignore:
Timestamp:
2009-04-24T08:01:05Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
402de0c
Parents:
ab1861a
Message:

use buffering for klog output (this can be used to avoid the ugly usleeps while starting tasks)
unify and cleanup console.c and related files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/input.c

    rab1861a r566f4cfb  
    116116again:
    117117                if (!getchar_inprog) {
    118                         cons_phone = console_phone_get(true);
     118                        cons_phone = console_open(true);
    119119                        getchar_inprog = async_send_2(cons_phone,
    120120                            CONSOLE_GETKEY, 0, 0, &charcall);
Note: See TracChangeset for help on using the changeset viewer.