From 153367f61956c9b6a24327b55ac1c5c8760953fe Mon Sep 17 00:00:00 2001 From: alu Date: Fri, 7 Aug 2026 10:56:30 -0700 Subject: [PATCH] fix console rescale issue --- app/app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/app.go b/app/app.go index 9a24875..e8e63a6 100644 --- a/app/app.go +++ b/app/app.go @@ -39,6 +39,7 @@ func Run() { mem.Render(console) fmt.Fprint(console, "\nPress Ctrl+C to exit.\033[K\n") + fmt.Fprint(console, "\033[0J") fmt.Print(console.String()) <-ticker.C