Code

Initialize status_empty flag to FALSE
[tig.git] / tig.c
diff --git a/tig.c b/tig.c
index 4fac53286e2beeecda9b688d90fda3bac10f3eec..f8d3eae023286c770b4d1e36d38ef2ea26854578 100644 (file)
--- a/tig.c
+++ b/tig.c
@@ -6112,7 +6112,7 @@ static bool cursed = FALSE;
 /* The status window is used for polling keystrokes. */
 static WINDOW *status_win;
 
-static bool status_empty = TRUE;
+static bool status_empty = FALSE;
 
 /* Update status and title window. */
 static void