diff options
Diffstat (limited to 'libbb')
-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 | |||
2517 | switch (ic) { | 2517 | switch (ic) { |
2518 | //case KEYCODE_LEFT: - bash doesn't do this | 2518 | //case KEYCODE_LEFT: - bash doesn't do this |
2519 | case 'b': | 2519 | case 'b': |
2520 | ctrl_left(); | 2520 | ctrl_left(); |
2521 | break; | 2521 | break; |
2522 | //case KEYCODE_RIGHT: - bash doesn't do this | 2522 | //case KEYCODE_RIGHT: - bash doesn't do this |
2523 | case 'f': | 2523 | case 'f': |