Commit b880cc75ed8a91d3ed8ddb051aa4ea4e2b7314c0

Mark Jamsek 2022-06-30T05:02:23

tog: refactor log cursor movement in prep for hsplit Simplify the log input handler by moving (page)up/down and home/end logic into helper routines as we need to perform some checks on these cases when navigating the log view in horizontal splits. ok op@ and stsp@