Changeset 402de0c in mainline


Ignore:
Timestamp:
2009-04-24T08:16:38Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
821cc93
Parents:
566f4cfb
Message:

force to kernel console to always print the prompt when switching to it from uspace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/console.c

    r566f4cfb r402de0c  
    127127        silent = false;
    128128        arch_grab_console();
     129       
     130        /* Force the console to print the prompt */
     131        if (stdin)
     132                indev_push_character(stdin, '\n');
    129133}
    130134
Note: See TracChangeset for help on using the changeset viewer.