aboutsummaryrefslogtreecommitdiff
path: root/examples/cgol.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cgol.sloth')
-rw-r--r--examples/cgol.sloth1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/cgol.sloth b/examples/cgol.sloth
index c4d9537..6cfe72d 100644
--- a/examples/cgol.sloth
+++ b/examples/cgol.sloth
@@ -98,6 +98,7 @@ fn main() Int {
# Populate
var life: [Int] = populate();
display(life);
+ curshide();
# Play forever
while true {
var new: [Int] = populate();