From: Jonas Fonseca Date: Sun, 10 Apr 2011 03:40:10 +0000 (-0400) Subject: Fix regression where new content in the stage view does not reset the position X-Git-Url: https://git.tokkee.org/?p=tig.git;a=commitdiff_plain;h=9cfde756a1a73f275dff97827d35ac27c5eb30eb Fix regression where new content in the stage view does not reset the position --- diff --git a/tig.c b/tig.c index e60b717..eec5b0a 100644 --- a/tig.c +++ b/tig.c @@ -1515,7 +1515,7 @@ static struct view views[] = { VIEW_(BRANCH, "branch", &branch_ops, TRUE, ref_head), VIEW_(HELP, "help", &help_ops, FALSE, ""), VIEW_(PAGER, "pager", &pager_ops, FALSE, ""), - VIEW_(STATUS, "status", &status_ops, TRUE, ""), + VIEW_(STATUS, "status", &status_ops, TRUE, "status"), VIEW_(STAGE, "stage", &stage_ops, TRUE, ""), };