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 7668209..4c1645b 100644
--- a/main.go
+++ b/main.go
@@ -188,7 +188,7 @@ restart:
linescleared += l
score += 40 * level * l * l
}
- fmt.Print("\033[2J") // Clear screen
+ fmt.Print("\007\033[2J") // Clear screen and bell
b, p = b.Pick() // ... and pick a new piece from the bag
}
// when not touching a piece or floor below yet, reset lock delay