diff options
-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 3961b1de3..720a4951e 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c | |||
@@ -2611,7 +2611,7 @@ int FAST_FUNC read_line_input(line_input_t *st, const char *prompt, char *comman | |||
2611 | * standard readline bindings (IOW: bash) do. | 2611 | * standard readline bindings (IOW: bash) do. |
2612 | * Often, Alt-<key> generates ESC-<key>. | 2612 | * Often, Alt-<key> generates ESC-<key>. |
2613 | */ | 2613 | */ |
2614 | ic = lineedit_read_key(read_key_buffer, timeout); | 2614 | ic = lineedit_read_key(read_key_buffer, 50); |
2615 | switch (ic) { | 2615 | switch (ic) { |
2616 | //case KEYCODE_LEFT: - bash doesn't do this | 2616 | //case KEYCODE_LEFT: - bash doesn't do this |
2617 | case 'b': | 2617 | case 'b': |