From e616059d70926a8712134072988edb6ae0cae17a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 26 Feb 2016 13:33:24 -0800 Subject: 2714 - apply 2604 to sandbox/ --- sandbox/001-editor.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox') diff --git a/sandbox/001-editor.mu b/sandbox/001-editor.mu index c83b7f3a..d338b4bb 100644 --- a/sandbox/001-editor.mu +++ b/sandbox/001-editor.mu @@ -242,7 +242,7 @@ recipe clear-line-delimited screen:address:shared:screen, column:number, right:n { done?:boolean <- greater-than column, right break-if done? - screen <- print screen, space, 0/color/unused, bg-color + screen <- print screen, space, 7/white, bg-color # foreground color is mostly unused except if the cursor shows up at this cell column <- add column, 1 loop } -- cgit 1.4.1-2-gfad0