commit 51c68690d59d65748712cc9a7e2dfc9bffd8fe23 from: Stefan Sperling date: Wed Nov 07 03:54:29 2018 UTC make tog always focus a diff view opened from blame view commit - 0845193829e4f95dfff0f61aea907b88537b5a66 commit + 51c68690d59d65748712cc9a7e2dfc9bffd8fe23 blob - 94f5dcbecf9003096b05b370b63808d81ad2d62e blob + 571b5abeb025395b00bc37c3511d608b549a4ca7 --- tog/tog.c +++ tog/tog.c @@ -2672,10 +2672,8 @@ input_blame_view(struct tog_view **new_view, struct to view_close(diff_view); break; } - if (!view_is_splitscreen(diff_view)) { - *focus_view = diff_view; - view->child_focussed = 1; - } + *focus_view = diff_view; + view->child_focussed = 1; } else *new_view = diff_view; if (pobj) {