summaryrefslogtreecommitdiff
path: root/client/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/command.go')
-rw-r--r--client/command.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/command.go b/client/command.go
index 3122dc6..253f3d6 100644
--- a/client/command.go
+++ b/client/command.go
@@ -140,6 +140,8 @@ func (a *application) doCommand(command string, args []string, text string) {
} else {
a.cmdWindow.Buffer().Add(hm)
}
+ case "debug":
+ a.currentWindow = debugWindowLocation{}
case "quit":
a.quit = true
default: