* Martin Vegter on Sunday, July 13, 2014 at 22:51:27 +0200
> I would like to use pager as pager (i.e. to view a selected message full
> screen), and use index as index plus the additional split-pane for
> message preview.
> 
> Is this not possible?
> 
> Seems to me more logical than to have split-pane in pager, IMHO.

Not exactly what you want, but maybe gives you some ideas. I have
a flexible setting:

set pager_index_lines=`expr $(tput lines) / 7`

But also have macros to toggle the "split-pane":

# toggle index display in pager
macro pager ,@inds "\
<enter-command> set pager_index_lines=`expr $(tput lines) / 7`; \
macro pager z ,@indh 'hide index'<enter>"
#
macro pager ,@indh "\
<enter-command> set pager_index_lines=0; \
macro pager z ,@inds 'show index'<enter>"
#
macro pager z ,@indh "hide index"

-- 
theatre - books - texts - movies
Black Trash Productions at home: http://www.blacktrash.org
Black Trash Productions on Facebook:
http://www.facebook.com/blacktrashproductions

Reply via email to