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, 1 insertions, 1 deletions
diff --git a/client/command.go b/client/command.go
index 253f3d6..0db7f33 100644
--- a/client/command.go
+++ b/client/command.go
@@ -141,7 +141,7 @@ func (a *application) doCommand(command string, args []string, text string) {
a.cmdWindow.Buffer().Add(hm)
}
case "debug":
- a.currentWindow = debugWindowLocation{}
+ a.goTo(debugWindowLocation{})
case "quit":
a.quit = true
default: