]> granicus.if.org Git - neomutt/commit
Prepare for pager redraw separation. (see #3877)
authorKevin McCarthy <kevin@8t8.us>
Wed, 5 Apr 2017 23:09:36 +0000 (16:09 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 5 Apr 2017 23:09:36 +0000 (16:09 -0700)
commit391764c118b30dba11805fd6b252f421f3526bf1
treeac3de7325365d954a0eb4398b9bf68d82366fcb7
parent40f1e562fa1ef7a83bfbc04100f3528642310a62
Prepare for pager redraw separation. (see #3877)

Move some of the code inside SigWinch handling into the REDRAW part of
the code.

SigInt is handled by mutt_getch(), so remove the redundant code from
inside the pager.
pager.c