From da89b3f6cdf17dbaeba9aa25e22f1b8313f97536 Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 28 Jun 2023 14:28:43 -0500 Subject: Cursor hiding in conways game of life --- examples/cgol.sloth | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/cgol.sloth b/examples/cgol.sloth index a5b761f..4f7ea28 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(); -- cgit v1.2.3