about summary refs log tree commit diff stats
path: root/500text-screen.mu
diff options
context:
space:
mode:
Diffstat (limited to '500text-screen.mu')
-rw-r--r--500text-screen.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/500text-screen.mu b/500text-screen.mu
index a764aa06..0fd7ae9d 100644
--- a/500text-screen.mu
+++ b/500text-screen.mu
@@ -177,11 +177,11 @@ fn set-cursor-position screen: (addr screen), x: int, y: int {
   copy-to *dest, src
 }
 
-fn show-cursor screen: (addr screen), g: grapheme {
+fn draw-cursor screen: (addr screen), g: grapheme {
   {
     compare screen, 0
     break-if-!=
-    show-cursor-on-real-screen g
+    draw-cursor-on-real-screen g
     return
   }
   # fake screen