about summary refs log tree commit diff stats
path: root/edit/002-typing.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-02-15 23:45:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2018-02-15 23:45:24 -0800
commit3eaca808346acf47ddc38c9a591ff0ec4e471148 (patch)
tree944ebbdb38dbfd417e092f58dc7efc2af7c2602c /edit/002-typing.mu
parent43ac7bef4b4ca484877ce1a53d9d54a51e1aab86 (diff)
downloadmu-3eaca808346acf47ddc38c9a591ff0ec4e471148.tar.gz
4206 - edit/ app: consistent cursor positioning
Diffstat (limited to 'edit/002-typing.mu')
-rw-r--r--edit/002-typing.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/edit/002-typing.mu b/edit/002-typing.mu
index 709e8d22..47885c4f 100644
--- a/edit/002-typing.mu
+++ b/edit/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