aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ui
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ui')
-rw-r--r--lib/ui/ui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ui/ui.go b/lib/ui/ui.go
index a7233f49..ce0a7e93 100644
--- a/lib/ui/ui.go
+++ b/lib/ui/ui.go
@@ -63,6 +63,7 @@ func Initialize(content DrawableInteractive) error {
state.content = content
state.vx = vx
state.ctx = NewContext(state.vx, onPopover)
+ vx.SetTitle("aerc")
Invalidate()
if beeper, ok := content.(DrawableInteractiveBeeper); ok {