From 48766d911e4b56d70722da9edace9bc6f63719ab Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 6 Jan 2014 17:56:20 +0000 Subject: [PATCH] gui: Print the status bar only once. Currently we print it twice on startup. Remove the redundant call to print_status_bar(). --- gui.c | 1 - 1 file changed, 1 deletion(-) 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++) -- 2.39.2