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