]> granicus.if.org Git - neomutt/commit
fix: drop DrawFullLine
authorRichard Russon <rich@flatcap.org>
Mon, 30 Nov 2015 16:37:36 +0000 (16:37 +0000)
committerRichard Russon <rich@flatcap.org>
Mon, 4 Apr 2016 02:37:42 +0000 (03:37 +0100)
commit2bc02f4c46c665c6ae18f36411ca331c69fba90b
tree3cba4cc412c3b126d291fbac2199b465d6e7e199
parent4b0e2743883c8a10194d2f9c795e5b7de50386dd
fix: drop DrawFullLine

Drop global variable DrawFullLine

sidebar used a global variable in order to occasionally draw a
complete line of text on the screen.  By manipulating the
SidebarWidth, we can produce the same effect.

Removing this variable also removes the need for nearly 50 lines of
duplicated code in mutt_FormatString.
curs_main.c
globals.h
muttlib.c
pager.c