From 951d135507b31097757e2b8ed433f7285bde4f27 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 15 Mar 2017 19:43:09 -0700 Subject: 3797 --- sandbox/001-editor.mu | 1 - sandbox/004-programming-environment.mu | 1 - 2 files changed, 2 deletions(-) (limited to 'sandbox') diff --git a/sandbox/001-editor.mu b/sandbox/001-editor.mu index 803f02c8..dab475fb 100644 --- a/sandbox/001-editor.mu +++ b/sandbox/001-editor.mu @@ -132,7 +132,6 @@ def render screen:&:screen, editor:&:editor -> last-row:num, last-column:num, sc prev:&:duplex-list:char <- copy curr # just in case curr becomes null and we can't compute prev curr <- next curr # traversing screen - +render-loop-initialization color:num <- copy 7/white row:num <- copy 1/top column:num <- copy left 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 -- cgit 1.4.1-2-gfad0