From 035344054768562bee7db12e02e3bec1c8409210 Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 2 Jun 2025 17:38:27 -0500 Subject: window history --- client/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/command.go') 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: -- cgit v1.2.3