diff options
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 460e27fed..db8416712 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c @@ -2517,7 +2517,7 @@ int FAST_FUNC read_line_input(line_input_t *st, const char *prompt, char *comman switch (ic) { //case KEYCODE_LEFT: - bash doesn't do this case 'b': - ctrl_left(); + ctrl_left(); break; //case KEYCODE_RIGHT: - bash doesn't do this case 'f': |