X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/f0b3ab80bf9ea3d4be57e85b41736e3e73544f64..a006db634ffcbb1c3fa7e9a5f109b162d72aeea6:/tig.c diff --git a/tig.c b/tig.c index 4abb0bf..4ab9434 100644 --- a/tig.c +++ b/tig.c @@ -1285,7 +1285,8 @@ open_view(struct view *prev, enum request request, enum open_flags flags) display[current_view] = view; } - resize_display(); + if (nviews == 1 || display[1] == NULL) + resize_display(); if (split && prev->lineno - prev->offset >= prev->height) { /* Take the title line into account. */