fix console rescale issue

This commit is contained in:
alu
2026-08-07 10:59:36 -07:00
parent 31c409a94c
commit 691dba7687
8 changed files with 8 additions and 7 deletions
+1
View File
@@ -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