Skip to content

Commit

Permalink
Merge pull request jonas#629 from rolandwalker/max-line-when-stop-loa…
Browse files Browse the repository at this point in the history
…ding

raise titlebar count to highest known item on stop-loading action
  • Loading branch information
jonas authored Jul 4, 2017
2 parents 077f9db + 7d30f28 commit 76700c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tig.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ view_driver(struct view *view, enum request request)
if (view->pipe)
report("Stopped loading the %s view", view->name),
end_update(view, true);
if (view_is_displayed(view))
update_view_title(view);
}
break;

Expand Down

0 comments on commit 76700c8

Please sign in to comment.