diff options
Diffstat (limited to 'linenoise')
-rw-r--r-- | linenoise/linenoise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linenoise/linenoise.c b/linenoise/linenoise.c index 75721075..5418aeda 100644 --- a/linenoise/linenoise.c +++ b/linenoise/linenoise.c @@ -2212,8 +2212,8 @@ static int edit(lino_t *l, const wchar_t *prompt) } break; } - /* fallthrough */ l->save_hist_idx = l->history_index; + /* fallthrough */ case CTL('F'): ret = l->len; if (l->mlmode) |