Changeset 272f88f0 in mainline for uspace/app/bdsh/scli.c


Ignore:
Timestamp:
2009-11-29T14:54:07Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1352fc1, 1df977c
Parents:
a1622091 (diff), da2bd08 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge more command-line input improvements.

File:
1 edited

Legend:

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

    ra1622091 r272f88f0  
    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.