summaryrefslogtreecommitdiff
path: root/ui/ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.go')
-rw-r--r--ui/ui.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/ui.go b/ui/ui.go
index 7ae13e2..4866969 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -421,6 +421,10 @@ func (ui *UI) Size() (int, int) {
return ui.screen.Size()
}
+func (ui *UI) Beep() {
+ ui.screen.Beep()
+}
+
func (ui *UI) Draw(members []irc.Member) {
w, h := ui.screen.Size()