Enha: scroll helppage with jk

This commit is contained in:
Grail Finder
2026-02-20 13:17:27 +03:00
parent 35cc8c068f
commit 26ab5c59e3
2 changed files with 14 additions and 1 deletions

View File

@@ -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()