From: Stefan Sperling Subject: Re: [rfc] tog horizontal scroll (diff & blame view) To: Mark Jamsek Cc: gameoftrees@openbsd.org Date: Thu, 16 Jun 2022 09:55:10 +0200 On Thu, Jun 16, 2022 at 05:45:41PM +1000, Mark Jamsek wrote: > On 22-06-16 09:15am, Stefan Sperling wrote: > > I found two issues while testing it: > > > > Horizontal scrolling in the log view only works within a certain terminal > > width limit. In an 80x24 terminal after starting tog in got.git, horizontal > > scrolling can be triggered as expected. Now stretch the terminal such that > > its width is at least 156 columns (e.g. by making it fullscreen), and > > horizontal scrolling no longer works. Is this intentional? > > > > Yes, that's expected. If the log msg fits in the first half of the > screen, it won't scroll. Unless you've already scrolled right, it will > let you scroll back. But you won't be able to scroll right. Fair enough.