]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: cli_simple: don't repeat commands after <CTRL-C> from user
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 8 Mar 2017 14:58:06 +0000 (15:58 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 13 Mar 2017 15:36:25 +0000 (16:36 +0100)
commit2ce01ce8e0741fec6e0f829e9d6de0f2281b9c61
treeb55963e1bb5b88f368b3d18643aa6a27bfaefc63
parentd0b95be0e2411b88a700031cb16bb73f329675e5
common: cli_simple: don't repeat commands after <CTRL-C> from user

Prevent the last command from being repeated (by entering an empty
line) when the command was aborted by <CTRL-C>
common/cli_simple.c