about summary refs log tree commit diff stats
path: root/081print.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-13 20:47:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-13 20:48:16 -0700
commit27ec57de4cc5eddd80f9faf198c0cebc345c1949 (patch)
treef85ec7a45b31f71925775c2a11ef6ff34765cf15 /081print.mu
parent6f4ce8654319ec2d5099d5d01a63d8e2e5ea0c6f (diff)
downloadmu-27ec57de4cc5eddd80f9faf198c0cebc345c1949.tar.gz
3858
Lose the ability to hide the cursor. If we want to stop buffering the screen
in termbox, it needs to go.

What's more, it has no tests.
Diffstat (limited to '081print.mu')
-rw-r--r--081print.mu16
1 files changed, 0 insertions, 16 deletions
diff --git a/081print.mu b/081print.mu
index f1c8c8bb..b778948e 100644
--- a/081print.mu
+++ b/081print.mu
@@ -597,22 +597,6 @@ def screen-height screen:&:screen -> height:num [
   height <- display-height
 ]
 
-def hide-cursor screen:&:screen -> screen:&:screen [
-  local-scope
-  load-ingredients
-  return-if screen  # fake screen; do nothing
-  # real screen
-  hide-cursor-on-display
-]
-
-def show-cursor screen:&:screen -> screen:&:screen [
-  local-scope
-  load-ingredients
-  return-if screen  # fake screen; do nothing
-  # real screen
-  show-cursor-on-display
-]
-
 def hide-screen screen:&:screen -> screen:&:screen [
   local-scope
   load-ingredients