aboutsummaryrefslogtreecommitdiffstats
path: root/commands/redraw.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/redraw.go')
-rw-r--r--commands/redraw.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/redraw.go b/commands/redraw.go
index b43e45e3..be25d5bd 100644
--- a/commands/redraw.go
+++ b/commands/redraw.go
@@ -8,6 +8,10 @@ func init() {
Register(Redraw{})
}
+func (Redraw) Description() string {
+ return "Force a full redraw of the screen."
+}
+
func (Redraw) Context() CommandContext {
return GLOBAL
}