fix console rescale issue

This commit is contained in:
alu
2026-08-07 10:56:30 -07:00
parent 31c409a94c
commit 153367f619
+1
View File
@@ -39,6 +39,7 @@ func Run() {
mem.Render(console) mem.Render(console)
fmt.Fprint(console, "\nPress Ctrl+C to exit.\033[K\n") fmt.Fprint(console, "\nPress Ctrl+C to exit.\033[K\n")
fmt.Fprint(console, "\033[0J")
fmt.Print(console.String()) fmt.Print(console.String())
<-ticker.C <-ticker.C