summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-12-14 14:43:00 +0300
committerGrail Finder <wohilas@gmail.com>2025-12-14 14:43:00 +0300
commitedbacb813bd148db33d8747ada293ef2acabe7e9 (patch)
treebb9efad10ae4421725c1555bf5700455e21ee90c /helpfuncs.go
parent82ffc364d34f4906ef4c4c1bd4bd202d393a46bc (diff)
Enha: toggle visibility of status line
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 df49ae5..edcb7fe 100644
--- a/helpfuncs.go
+++ b/helpfuncs.go
@@ -63,7 +63,7 @@ func colorText() {
}
func updateStatusLine() {
- position.SetText(makeStatusLine())
+ statusLineWidget.SetText(makeStatusLine())
helpView.SetText(fmt.Sprintf(helpText, makeStatusLine()))
}