diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ func main() { term.RawMode(t) defer t.Restore() - defer ppos(0, 0, "\033[2J") // Clear screen and back to 0,0 + defer pos(23, 0) // Set the cursor to just below the playing field t.SetReadTimeout(time.Second / 1000) |