list_window: page up goes too far
commit26c71593c834473044284b4550584d4388f97a68
authorJeffrey Middleton <jefromi@gmail.com>
Fri, 27 Feb 2009 08:11:24 +0000 (27 09:11 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 27 Feb 2009 08:11:24 +0000 (27 09:11 +0100)
treee1cf10a50a6e58e9d8bbccaa268de005c4819444
parentdbc48768cd004125a52833532b132441d78fc520
list_window: page up goes too far

There's a sign error in the page up (previous screen) - instead of
going up by one less than the number of rows, it goes up by one
more. Patch attached, though it's just a single character change. I'm
kind of weirded out that I never noticed this before, since it seems
to have been like this forever!
src/list_window.c