Re: mutt/2019: menu_context itches (was: lalala ...)
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 (was: lalala ...)
Date: Wed, 26 Oct 2005 20:16:16 +0200
the initial cursor position results from the number of messages and the
terminal size, so doing some changes here might help with reproducing
it.
things are really weird; there seems to be a relation to whether the
index view height is even or odd, and the relation to menu_context
matters as well (if m_c * 2 < i_v_h, the cursor is just centered in
a single jump, otherwise you get the weird motions - e.g., cursor is
below screen middle, you move up - and the index scrolls up as well).