]> granicus.if.org Git - neomutt/commit
explicitly call mutt_refresh() prior to endwin() to force a screen redraw.
authorMichael Elkins <me@sigpipe.org>
Fri, 8 Feb 2013 17:06:31 +0000 (17:06 +0000)
committerMichael Elkins <me@sigpipe.org>
Fri, 8 Feb 2013 17:06:31 +0000 (17:06 +0000)
commit12358afdbfbf69190ee657d4e145d8ae2b9c681d
tree2a8a8d433ff786bf675ea9934927eae07e7b84bb
parent8a3b4e6139274500d3618498834922cfcb94fea2
explicitly call mutt_refresh() prior to endwin() to force a screen redraw.

[4903e80356d3] removed the call, but some environments (screen+xterm under
SuSE11/12) don't properly flush without it prior to the endwin() call
curs_lib.c