diff options
| -rw-r--r-- | bin/sh/histedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 3ca8a0bcefa7..44515d86a6cf 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -235,7 +235,7 @@ sethistsize(const char *hs) if (hist != NULL) { if (hs == NULL || !is_number(hs)) - histsize = 100; + histsize = 128; else histsize = atoi(hs); history(hist, &he, H_SETSIZE, histsize); |
