about summary refs log tree commit diff stats
path: root/sandbox/002-typing.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-02-15 23:52:29 -0800
committerKartik K. Agaram <vc@akkartik.com>2018-02-15 23:52:29 -0800
commitaae10710052c7f3a6b9132b2d9a0a83863f8dd5b (patch)
tree6540e13aebe0c826010cefc2ecbcf7fd15fc231a /sandbox/002-typing.mu
parent3eaca808346acf47ddc38c9a591ff0ec4e471148 (diff)
downloadmu-aae10710052c7f3a6b9132b2d9a0a83863f8dd5b.tar.gz
4207
Diffstat (limited to 'sandbox/002-typing.mu')
-rw-r--r--sandbox/002-typing.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/002-typing.mu b/sandbox/002-typing.mu
index 709e8d22..47885c4f 100644
--- a/sandbox/002-typing.mu
+++ b/sandbox/002-typing.mu
@@ -269,8 +269,6 @@ def editor-render screen:&:screen, editor:&:editor -> screen:&:screen, editor:&:
   left:num <- get *editor, left:offset
   right:num <- get *editor, right:offset
   row:num, column:num <- render screen, editor
-  clear-line-until screen, right
-  row <- add row, 1
   draw-horizontal screen, row, left, right, 9480/horizontal-dotted
   row <- add row, 1
   clear-screen-from screen, row, left, left, right