From: Stefan Sperling Subject: Re: [fix] tog: G and C-d keymaps in hsplit To: Mark Jamsek Cc: gameoftrees@openbsd.org Date: Thu, 30 Jun 2022 10:11:36 +0200 On Thu, Jun 30, 2022 at 03:31:16PM +1000, Mark Jamsek wrote: > I noticed a bug in the log handler where we fail to account for the > border in hsplits, and a related logic error with G scrolling, which > breaks C-d and G after an initial G scroll. Thanks, I could reproduce both problems and your patch fixes them. OK.