about summary refs log tree commit diff stats
path: root/sandbox/004-programming-environment.mu
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/004-programming-environment.mu')
-rw-r--r--sandbox/004-programming-environment.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/004-programming-environment.mu b/sandbox/004-programming-environment.mu
index 7d86de8c..79fa79c6 100644
--- a/sandbox/004-programming-environment.mu
+++ b/sandbox/004-programming-environment.mu
@@ -150,7 +150,6 @@ def render-without-moving-cursor screen:&:screen, editor:&:editor -> last-row:nu
   curr:&:duplex-list:char <- get *editor, top-of-screen:offset
   prev:&:duplex-list:char <- copy curr  # just in case curr becomes null and we can't compute prev
   curr <- next curr
-  +render-loop-initialization
   color:num <- copy 7/white
   row:num <- copy 1/top
   column:num <- copy left