diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-11-14 11:03:22 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-14 11:03:29 +0100 |
commit | 8d85158059b177ffa7beafea2ef8aa87bc0040b2 (patch) | |
tree | 4c20ca44c51a3879b56fe536fb9c3d8253e169ba /xA/xA.go | |
parent | dd3f48bd48fd1d82706d99e29f2a627a21cba449 (diff) | |
download | xK-8d85158059b177ffa7beafea2ef8aa87bc0040b2.tar.gz xK-8d85158059b177ffa7beafea2ef8aa87bc0040b2.tar.xz xK-8d85158059b177ffa7beafea2ef8aa87bc0040b2.zip |
xA: refresh buffer list on highlight state reset
Diffstat (limited to 'xA/xA.go')
-rw-r--r-- | xA/xA.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1499,6 +1499,7 @@ func main() { if b := bufferByName(bufferCurrent); b != nil { b.highlighted = false refreshIcon() + refreshBufferList() } }) a.Lifecycle().SetOnExitedForeground(func() { |