aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ct.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ct.go')
-rw-r--r--commands/ct.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/ct.go b/commands/ct.go
index 4f908fcf..be3d4e98 100644
--- a/commands/ct.go
+++ b/commands/ct.go
@@ -16,6 +16,10 @@ func init() {
Register(ChangeTab{})
}
+func (ChangeTab) Description() string {
+ return "Change the focus to the specified tab."
+}
+
func (ChangeTab) Context() CommandContext {
return GLOBAL
}