about summary refs log tree commit diff stats
path: root/life.tlv
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-18 09:32:37 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-18 09:32:37 -0800
commitd818efb7c824ffcfe7e62384cd70ef1b7aa098a8 (patch)
tree5a6dc4e5051c40d9b60caf1f72b161b37b677282 /life.tlv
parent9fe884c03aafdbe9888115a64843327b926c0974 (diff)
downloadteliva-d818efb7c824ffcfe7e62384cd70ef1b7aa098a8.tar.gz
pay more attention to where we display the cursor
It's still just in app control; I'm resisting the urge to introduce
"smarts".
Diffstat (limited to 'life.tlv')
-rw-r--r--life.tlv1
1 files changed, 1 insertions, 0 deletions
diff --git a/life.tlv b/life.tlv
index 2abfd08..606aca5 100644
--- a/life.tlv
+++ b/life.tlv
@@ -31,6 +31,7 @@
     >window = curses.stdscr()
     >-- animation-based app
     >window:nodelay(true)
+    >curses.curs_set(0)
     >lines, cols = window:getmaxyx()
 - __teliva_timestamp: original
   grid_char: