aboutsummaryrefslogtreecommitdiffstats
path: root/app/terminal.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/terminal.go')
-rw-r--r--app/terminal.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/terminal.go b/app/terminal.go
index 7f9857dc..a3109321 100644
--- a/app/terminal.go
+++ b/app/terminal.go
@@ -151,6 +151,8 @@ func (t *Terminal) HandleEvent(ev vaxis.Event) {
case term.EventClosed:
t.Close()
ui.Invalidate()
+ case term.EventBell:
+ aerc.Beep()
}
}