From: Andre Noll Date: Mon, 6 Jan 2014 17:56:20 +0000 (+0000) Subject: gui: Print the status bar only once. X-Git-Tag: v0.5.3~12^2~37 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=48766d911e4b56d70722da9edace9bc6f63719ab gui: Print the status bar only once. Currently we print it twice on startup. Remove the redundant call to print_status_bar(). --- diff --git a/gui.c b/gui.c index 6263c920..e4849fba 100644 --- a/gui.c +++ b/gui.c @@ -677,7 +677,6 @@ static void init_wins(int top_lines) keypad(bot.win, 1); keypad(sb.win, 1); keypad(in.win, 1); - print_status_bar(); } wmove(sep.win, 0, 0); for (i = 1; i <= COLS; i++)