summaryrefslogtreecommitdiff
path: root/client/command.go
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2025-06-02 16:35:45 -0500
committercitrons <citrons@mondecitronne.com>2025-06-02 16:37:32 -0500
commitfad6126fb15a70396c34bad3b9604379cb78ce33 (patch)
treecc14970a1706c2f1ac11fef5b692e4def72f6b25 /client/command.go
parent54ff79635d52588602c401abbe86e6927c5a18b5 (diff)
debugger
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: