]> granicus.if.org Git - mutt/commit
Remove newline insertion from pager. (closes #3835)
authorKevin McCarthy <kevin@8t8.us>
Sat, 30 Apr 2016 01:00:10 +0000 (18:00 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sat, 30 Apr 2016 01:00:10 +0000 (18:00 -0700)
commitab92c84c1d83e3bdf955e605c543fc6fe03c7e4e
tree02778b17e3ae2bfb2568b334fb6d7b5e1beb4dba
parentc9223a12cdde6f9c1589c422216021b9eae048e1
Remove newline insertion from pager. (closes #3835)

The window patches commited now manually move to the next line, so
there is no need to insert newlines for that purpose.

The newlines also goof windows placed to the right of the pager, as is
the case for the (currently external) sidebar-on-the-right
functionality.

Thanks to Richard Russon for the original patch and help testing the
revised patch.
pager.c