diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-12-14 14:43:00 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-12-14 14:43:00 +0300 |
| commit | edbacb813bd148db33d8747ada293ef2acabe7e9 (patch) | |
| tree | bb9efad10ae4421725c1555bf5700455e21ee90c /helpfuncs.go | |
| parent | 82ffc364d34f4906ef4c4c1bd4bd202d393a46bc (diff) | |
Enha: toggle visibility of status line
Diffstat (limited to 'helpfuncs.go')
| -rw-r--r-- | helpfuncs.go | 2 |
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())) } |
