diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:57:02 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:57:02 +0100 |
commit | 2903c15333636ae51db14cab009533bac68c8a30 (patch) | |
tree | 11a49598f98c505c021202564348c5639e2fb0b1 /libbb/lineedit.c | |
parent | 5fc2c035953f71992197f6025918a8fe79ade1d3 (diff) | |
parent | f5234398ef3010b68468cafe3e2ea89b2bb08a17 (diff) | |
download | busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.tar.gz busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.tar.bz2 busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.zip |
Merge commit '1_20_0' into merge
Diffstat (limited to 'libbb/lineedit.c')
-rw-r--r-- | libbb/lineedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c index 78244c395..77dc1c607 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c | |||
@@ -2532,7 +2532,7 @@ int FAST_FUNC read_line_input(line_input_t *st, const char *prompt, char *comman | |||
2532 | switch (ic) { | 2532 | switch (ic) { |
2533 | //case KEYCODE_LEFT: - bash doesn't do this | 2533 | //case KEYCODE_LEFT: - bash doesn't do this |
2534 | case 'b': | 2534 | case 'b': |
2535 | ctrl_left(); | 2535 | ctrl_left(); |
2536 | break; | 2536 | break; |
2537 | //case KEYCODE_RIGHT: - bash doesn't do this | 2537 | //case KEYCODE_RIGHT: - bash doesn't do this |
2538 | case 'f': | 2538 | case 'f': |