about summary refs log tree commit diff stats
path: root/sandbox/002-typing.mu
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/002-typing.mu')
-rw-r--r--sandbox/002-typing.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/002-typing.mu b/sandbox/002-typing.mu
index 2f1051c1..67945110 100644
--- a/sandbox/002-typing.mu
+++ b/sandbox/002-typing.mu
@@ -273,7 +273,7 @@ def editor-render screen:address:screen, editor:address:editor-data -> screen:ad
   left:number <- get *editor, left:offset
   right:number <- get *editor, right:offset
   row:number, column:number <- render screen, editor
-  clear-line-delimited screen, column, right
+  clear-line-until screen, right
   row <- add row, 1
   draw-horizontal screen, row, left, right, 9480/horizontal-dotted
   row <- add row, 1