diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-02 17:38:27 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-07 16:02:14 -0500 |
| commit | 035344054768562bee7db12e02e3bec1c8409210 (patch) | |
| tree | 8e1c116daa1f3db6ff242b532c9ad87439f57fed /client/command.go | |
| parent | 5a9d7f9db6212260dd18a45d6279d1377daa5857 (diff) | |
window history
Diffstat (limited to 'client/command.go')
| -rw-r--r-- | client/command.go | 2 |
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: |
