Enha: toggle visibility of status line

This commit is contained in:
Grail Finder
2025-12-14 14:43:00 +03:00
parent 82ffc364d3
commit edbacb813b
2 changed files with 42 additions and 17 deletions

View File

@@ -63,7 +63,7 @@ func colorText() {
}
func updateStatusLine() {
position.SetText(makeStatusLine())
statusLineWidget.SetText(makeStatusLine())
helpView.SetText(fmt.Sprintf(helpText, makeStatusLine()))
}