From: Omar Polo Subject: Re: tog: horizontal split To: Mark Jamsek Cc: gameoftrees@openbsd.org Date: Tue, 28 Jun 2022 15:48:20 +0200 Mark Jamsek wrote: > The patch seems to break scrolling in hsplit. Could you please confirm > if you can reproduce the same behaviour (i.e., this patch on top of the > diff in the OP scrolls offscreen in hsplit?) yup, it's happening here too :/ my guess is that we're forgetting to resize the master view when hsplitting (or using a wrong value), because it starts scrolling after a while... only slightly related, but I was thinking of trying to drop the panel library in tog now that we're properly resizing the windows for the splits. (before it was needed because the child window was rendered _on top_ of the main one, that's not the case anymore.)