From: Tracey Emery Subject: Re: tog: handle Home/End for log and diff views To: Jasper Lievisse Adriaanse , gameoftrees@openbsd.org Date: Mon, 30 Aug 2021 13:39:20 -0600 On Mon, Aug 30, 2021 at 09:21:57PM +0200, Stefan Sperling wrote: > On Mon, Aug 30, 2021 at 07:36:15PM +0200, Stefan Sperling wrote: > > This is a patch I came up with in order to solve the immediate usability > > issue. It allows for cancellation with backspace in case the user triggers > > the load operation by accident. > > > > The above patch has been committed. > > As a follow-up change,I propose to block keys other than backspace in > the log view's input handler while commits are loading. Tracey found > that typing Ctrl-l or B would make the view's state somewhat inconsistent > and break tog's expected behaviour. Since other keys als have side effects > it should be better to block them for now. We could still enable other keys > on a case-by-case basis in the future, once they are known to work fine. > > ok? > Agreed. ok -- Tracey Emery