]> granicus.if.org Git - neomutt/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)
commit66480916209aeb913614004770cb0cf032485c0b
tree02778b17e3ae2bfb2568b334fb6d7b5e1beb4dba
parent95c0678dd648b28fe2ba3a46eb8f2fd2a1f90356
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