summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-20 13:17:27 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-20 13:17:27 +0300
commit26ab5c59e31f18b3b8bd7b34fed751a3de179056 (patch)
tree776befbee3a285c5f5b5385c2364fa6f8514a959 /helpfuncs.go
parent35cc8c068f0883e685cef3824b0a238145c680a1 (diff)
Enha: scroll helppage with jk
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go2
1 files changed, 1 insertions, 1 deletions
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()