]> granicus.if.org Git - neomutt/commit
Create R_PAGER_FLOW config variable flag.
authorKevin McCarthy <kevin@8t8.us>
Tue, 9 May 2017 23:07:46 +0000 (16:07 -0700)
committerKevin McCarthy <kevin@8t8.us>
Tue, 9 May 2017 23:07:46 +0000 (16:07 -0700)
commit7eb1ff71f335ffe4d65dbd62a9fc66ef34516f33
tree673de39ebf588505e4654d9f622f0aa2892308d8
parent71048aed9229f06d00a5e00779436969e6e377e5
Create R_PAGER_FLOW config variable flag.

Use this for $header_color_partial, $markers, and $smart_wrap.  When
these options are changed in the pager, this flag will force a
recalculation of lineInfo.

Remove the manual checks in OP_ENTER_COMMAND for $markers and
$smart_wrap, and instead use the same REDRAW_FLOW processing used for
a SigWinch.
init.c
init.h
menu.c
mutt_menu.h
pager.c