From: Jonas Fonseca Date: Tue, 7 Oct 2008 16:59:03 +0000 (+0200) Subject: Clear the status line when closing a view X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fea345fe6e1c38db156692afedeae48eb3ac1331;p=tig.git Clear the status line when closing a view Avoids confusion from stale messages. --- diff --git a/tig.c b/tig.c index 84ac268..ce562d2 100644 --- a/tig.c +++ b/tig.c @@ -2877,6 +2877,7 @@ view_driver(struct view *view, enum request request) view->parent = view; resize_display(); redraw_display(); + report(""); break; } /* Fall-through */