On Mon, Dec 02, 2013 at 11:35:51AM +0100, Andre Klärner wrote:
> Gnome-terminal than disables its scroll back and reports mouse
> scroll events as repeated presses of the up or down key.

That definitely explains the behavior, thanks.

> Your fix would involve just setting pager_stop in mutt, so that upon
> reaching a messages end you won't touch other messages.

pager_stop isn't enough, because in the pager <Up> and <Down> jump
directly to the previous/next unread message.  Now that I know what is
being sent to mutt, if I also change some pager bindings it solves the
problem and makes the wheel actually scroll the text:

  set pager_stop=yes
  bind pager <Down> next-line
  bind pager <Up> previous-line

                             -Dave Dodge/dodo...@dododge.net

Reply via email to