From: Jonas Fonseca Date: Fri, 30 Jan 2009 07:54:19 +0000 (+0100) Subject: Initialize status_empty flag to FALSE X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c571930de4e0991269d8f409bc42b93102de0eb0;p=tig.git Initialize status_empty flag to FALSE Fixes cursor restoring when loading the status view at startup. --- diff --git a/tig.c b/tig.c index 4fac532..f8d3eae 100644 --- 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