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 71dd12a61..1f5653cb5 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c | |||
@@ -2668,7 +2668,7 @@ int FAST_FUNC read_line_input(line_input_t *st, const char *prompt, char *comman | |||
2668 | * standard readline bindings (IOW: bash) do. | 2668 | * standard readline bindings (IOW: bash) do. |
2669 | * Often, Alt-<key> generates ESC-<key>. | 2669 | * Often, Alt-<key> generates ESC-<key>. |
2670 | */ | 2670 | */ |
2671 | ic = lineedit_read_key(read_key_buffer, timeout); | 2671 | ic = lineedit_read_key(read_key_buffer, 20); |
2672 | switch (ic) { | 2672 | switch (ic) { |
2673 | //case KEYCODE_LEFT: - bash doesn't do this | 2673 | //case KEYCODE_LEFT: - bash doesn't do this |
2674 | case 'b': | 2674 | case 'b': |