aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xA/xA.go1
-rw-r--r--xM/main.swift1
2 files changed, 2 insertions, 0 deletions
diff --git a/xA/xA.go b/xA/xA.go
index 5bd3975..495dfd5 100644
--- a/xA/xA.go
+++ b/xA/xA.go
@@ -1499,6 +1499,7 @@ func main() {
if b := bufferByName(bufferCurrent); b != nil {
b.highlighted = false
refreshIcon()
+ refreshBufferList()
}
})
a.Lifecycle().SetOnExitedForeground(func() {
diff --git a/xM/main.swift b/xM/main.swift
index 91e3499..e6f9648 100644
--- a/xM/main.swift
+++ b/xM/main.swift
@@ -1203,6 +1203,7 @@ class WindowDelegate: NSObject, NSWindowDelegate {
b.highlighted = false
refreshIcon()
+ refreshBufferList()
}
// Buffer indexes rotated to start after the current buffer.