On Wed 27-Mar-2002 at 12:50:04 -0800, Mike Erickson wrote: > > ====topofscreen=== > 1 > 2 > 3 > > > 5 > 6 > 7 > 8 > ===bottomscreen=== > > as you scroll down (marker = '>'), when you hit 6, scrolling down > leaves '>' in the same place but moves the whole list 1..8 up a spot > to reveal 2..9. This way, you always have context when scrolling up > and down.
I used to have this setup (which more-or-less does what you want), but it's painfully slow on my DX66: # menu_scroll only affects the index-view in the pager set menu_scroll macro index <Tab> \ <next-new><current-middle> \ 'jump to the next new message' macro index <Esc><Tab> \ <previous-new><current-middle> \ 'jump to the previous new message' macro index <Up> \ <previous-entry><current-middle> \ 'move to the previous entry' macro index <Down> \ <next-entry><current-middle> \ 'move to the next entry' macro index <PageUp> \ <previous-page><current-middle> \ 'move to the previous page' macro index <PageDown> \ <next-page><current-middle> \ 'move to the next page' -- Bruno