about summary refs log tree commit diff stats
path: root/edit/004-programming-environment.mu
diff options
context:
space:
mode:
Diffstat (limited to 'edit/004-programming-environment.mu')
-rw-r--r--edit/004-programming-environment.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit/004-programming-environment.mu b/edit/004-programming-environment.mu
index 0f576ea6..c825a503 100644
--- a/edit/004-programming-environment.mu
+++ b/edit/004-programming-environment.mu
@@ -532,7 +532,7 @@ recipe render-string [
     break-if was-at-left?
     row <- add row, 1
   }
-  move-cursor row, left
+  move-cursor screen, row, left
   reply row/same-as-ingredient:5, screen/same-as-ingredient:0
 ]
 
@@ -599,7 +599,7 @@ recipe render-code-string [
     break-if was-at-left?
     row <- add row, 1
   }
-  move-cursor row, left
+  move-cursor screen, row, left
   reply row/same-as-ingredient:4, screen/same-as-ingredient:0
 ]