Changeset 0320823 in mainline


Ignore:
Timestamp:
2008-09-10T10:04:57Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27518e4
Parents:
27526e87
Message:

We need cli_set_prompt() in the main loop as modules are unaware of cliuser_t

File:
1 edited

Legend:

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

    r27526e87 r0320823  
    9595                if (NULL != usr.line) {
    9696                        ret = tok_input(&usr);
     97                        cli_set_prompt(&usr);
    9798                        usr.lasterr = ret;
    9899                }
Note: See TracChangeset for help on using the changeset viewer.