aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 4f910be..6a86d7f 100644
--- a/main.go
+++ b/main.go
@@ -28,7 +28,7 @@ func main() {
t := time.Tick(time.Second / 60)
ds := time.NewTicker(time.Second / 10)
for {
- fmt.Print("\033[2J") // Clear screen
+// fmt.Print("\033[2J") // Clear screen
fmt.Print("\033[0;0H") // Position to 0,0
fmt.Println(f.Add(p).String())
select {