From 9a66631561319b86f54f20346d953070238cc346 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sun, 28 May 2006 04:19:08 +0200 Subject: [PATCH] Document the loading time displayed in the title window after 3 seconds --- tig.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tig.c b/tig.c index c6569d4..055ad11 100644 --- a/tig.c +++ b/tig.c @@ -820,6 +820,10 @@ redraw_view(struct view *view) * [main] c622eefaa485995320bc743431bae0d497b1d875 - commit 1 of 61 (1%) * * By default, the title of the current view is highlighted using bold font. + * For long loading views (taking over 3 seconds) the time since loading + * started will be appended: + * + * [main] 77d9e40fbcea3238015aea403e06f61542df9a31 - commit 1 of 779 (0%) 5s **/ static void -- 2.11.0