aboutsummaryrefslogtreecommitdiff
path: root/widgets/tabhost.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/tabhost.go')
-rw-r--r--widgets/tabhost.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/tabhost.go b/widgets/tabhost.go
index 7c502cb..2c33cf8 100644
--- a/widgets/tabhost.go
+++ b/widgets/tabhost.go
@@ -8,4 +8,5 @@ type TabHost interface {
BeginExCommand()
SetStatus(status string) *StatusMessage
PushStatus(text string, expiry time.Duration) *StatusMessage
+ Beep()
}