]> git.tuebingen.mpg.de Git - paraslash.git/commit - gui.c
gui: Simplify print_status_bar().
authorAndre Noll <maan@systemlinux.org>
Sun, 26 Jan 2014 17:39:56 +0000 (18:39 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 12:04:04 +0000 (14:04 +0200)
commitcbb35a07b0edb1db499d07894d4c01d220def2cf
treeaabaf1f7ed146b6955ebe574422b23302e1da9b6
parent48766d911e4b56d70722da9edace9bc6f63719ab
gui: Simplify print_status_bar().

Curses is always active at this point, so remove the check. Moreover,
refreshing of all other windows is performed in init_wins(), so move
the call to wrefresh() there to be consistent. Finally, the comment
of this function is rather pointless, so remove that as well.
gui.c