diff options
-rw-r--r-- | app/terminal.go | 2 |
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() } } |