From 26ab5c59e31f18b3b8bd7b34fed751a3de179056 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 20 Feb 2026 13:17:27 +0300 Subject: Enha: scroll helppage with jk --- helpfuncs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpfuncs.go') diff --git a/helpfuncs.go b/helpfuncs.go index 5356472..55df7c1 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -403,7 +403,7 @@ func updateFlexLayout() { flex.AddItem(textView, 0, 40, false) flex.AddItem(textArea, 0, 10, false) if positionVisible { - flex.AddItem(statusLineWidget, 0, 2, false) + flex.AddItem(statusLineWidget, 0, 4, false) } // Keep focus on currently focused widget focused := app.GetFocus() -- cgit v1.2.3