about summary refs log tree commit diff stats
path: root/rpn.mu
diff options
context:
space:
mode:
Diffstat (limited to 'rpn.mu')
-rw-r--r--rpn.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpn.mu b/rpn.mu
index 88053e7c..a634c791 100644
--- a/rpn.mu
+++ b/rpn.mu
@@ -24,7 +24,6 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
   {
     # print prompt
     var x/eax: int <- draw-text-rightward screen, "> ", 0/x, 0x80/xmax, y, 3/fg/cyan, 0/bg
-    set-cursor-position screen, x, y
     # read line from keyboard
     clear-stream in
     {