Changeset 90f067d9 in mainline for uspace/app/msim/helenos_input.c


Ignore:
Timestamp:
2012-04-13T07:41:22Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a7a7f8c
Parents:
9b0a6b4
Message:

Add filtering of ANSI escape sequences to msim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/msim/helenos_input.c

    r9b0a6b4 r90f067d9  
    4141
    4242char *input_helenos_get_next_command(void);
     43void helenos_dprinter_init(void);
    4344
    4445/** Terminal and readline initialization
     
    5152                die(1, "Failed to intialize input.");
    5253        }
     54        helenos_dprinter_init();
    5355}
    5456
Note: See TracChangeset for help on using the changeset viewer.