commit 77a567dda2a026ec4299236ebf99a1b422f49f40 from: Stefan Sperling date: Wed Aug 01 11:11:57 2018 UTC replace panel after changing a view's window size commit - c70c5802a10cb15c75c114dc92c45fa4f32378fd commit + 77a567dda2a026ec4299236ebf99a1b422f49f40 blob - 33c97a707125447b7ba7e9a06bbecf0e1a68b276 blob + ace062682b7248cd5d8322a3af1266450df3c734 --- tog/tog.c +++ tog/tog.c @@ -162,6 +162,7 @@ view_resize(struct tog_view *view) if (wresize(view->window, nlines, ncols) == ERR) return got_error_from_errno(); + replace_panel(view->panel, view->window); view->nlines = nlines; view->ncols = ncols;