From: Thomas Roessler Date: Tue, 2 Oct 2001 22:20:03 +0000 (+0000) Subject: Fix #801. X-Git-Tag: mutt-1-3-23-rel~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3132efe6fd8f7c8214c185e46788ad02656a0fda;p=mutt Fix #801. --- diff --git a/enter.c b/enter.c index 94fde5c9..4cef35f6 100644 --- a/enter.c +++ b/enter.c @@ -278,7 +278,7 @@ int _mutt_enter_string (char *buf, size_t buflen, int y, int x, case OP_EDITOR_HISTORY_DOWN: state->curpos = state->lastchar; - replace_part (state, 0, mutt_history_prev (hclass)); + replace_part (state, 0, mutt_history_next (hclass)); redraw = M_REDRAW_INIT; break;