Changeset da2bd08 in mainline for uspace/app/bdsh/scli.c


Ignore:
Timestamp:
2009-11-29T14:53:18Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
272f88f0, 8b5001b
Parents:
025759c
Message:

Input history.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/scli.c

    r025759c rda2bd08  
    6464        usr->prompt = (char *) NULL;
    6565        usr->lasterr = 0;
     66
     67        input_init();
     68
    6669        return (int) cli_set_prompt(usr);
    6770}
Note: See TracChangeset for help on using the changeset viewer.