summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 792d0e0)
raw | patch | inline | side by side (parent: 792d0e0)
author | Jonas Fonseca <fonseca@diku.dk> | |
Fri, 30 Jan 2009 07:54:19 +0000 (08:54 +0100) | ||
committer | Jonas 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 | patch | blob | history |
index 4fac53286e2beeecda9b688d90fda3bac10f3eec..f8d3eae023286c770b4d1e36d38ef2ea26854578 100644 (file)
--- a/tig.c
+++ b/tig.c
/* 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