Re: mutt/2019: menu_context itches
The following reply was made to PR mutt/2019; it has been noted by GNATS.
From: Oswald Buddenhagen <ossi@xxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc:
Subject: Re: mutt/2019: menu_context itches
Date: Thu, 3 Nov 2005 18:35:37 +0100
> Fixed better in CVS
>
ehm ... no, not really.
now, 1) if the index has fewer lines than menu_context and the number of
lines is odd/even (pick one :), menu_context seems to have no effect at
all (the cursor should be just kept in the middle, like it is in the
other case). 2) when the index is long enough, the cursor can still have
an initial position outside menu_context; this also happens after
resizing the terminal. this leads either to scrolling in the wrong
direction or to a jump recenter, depending on the terminal size (i
think).