Code

Initialize status_empty flag to FALSE
authorJonas Fonseca <fonseca@diku.dk>
Fri, 30 Jan 2009 07:54:19 +0000 (08:54 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Fri, 30 Jan 2009 07:54:19 +0000 (08:54 +0100)
Fixes cursor restoring when loading the status view at startup.

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