Commit Diff
--- tog/tog.c +++ tog/tog.c @@ -774,7 +774,7 @@ view_resize(struct tog_view *view) else ncols = view->ncols + (COLS - view->cols); - if (view->child && view_is_splitscreen(view->child)) { + if (view->child) { view->child->begin_x = view_split_begin_x(view->begin_x); if (view->child->begin_x == 0) { ncols = COLS;