fix console rescale issue
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user