aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/term.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/term.go b/commands/term.go
index 64657747..22957635 100644
--- a/commands/term.go
+++ b/commands/term.go
@@ -43,7 +43,7 @@ func TermCore(aerc *widgets.Aerc, args []string) error {
}
if tab.Name != title {
tab.Name = title
- ui.QueueRedraw()
+ ui.Invalidate()
}
}
term.OnClose = func(err error) {