From 7169c636272a71a9f18d6c90e458c8089346c1fe Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 12 Sep 2015 11:51:37 -0700 Subject: 2182 --- edit/004-programming-environment.mu | 2 +- edit/005-sandbox.mu | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'edit') diff --git a/edit/004-programming-environment.mu b/edit/004-programming-environment.mu index 5b6751aa..0f576ea6 100644 --- a/edit/004-programming-environment.mu +++ b/edit/004-programming-environment.mu @@ -442,7 +442,7 @@ recipe render-sandbox-side [ row:number, column:number, screen, current-sandbox <- render screen, current-sandbox clear-line-delimited screen, column, right row <- add row, 1 - # draw solid line after recipes (you'll see why in later layers) + # draw solid line after code (you'll see why in later layers) draw-horizontal screen, row, left, right, 9473/horizontal row <- add row, 1 clear-screen-from screen, row, left, left, right diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu index 2547569d..adf39f6a 100644 --- a/edit/005-sandbox.mu +++ b/edit/005-sandbox.mu @@ -96,8 +96,6 @@ scenario run-and-show-results [ ] ] -# hook into event-loop recipe: read non-unicode keypress from k, process it if -# necessary, then go to next level after [ # F4? load all code and run all sandboxes. { -- cgit 1.4.1-2-gfad0