From 2da43c9462c7b7c1bb78d2f2826b3b97b4874973 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 25 Jan 2016 20:53:16 -0800 Subject: 2604 - clearing line was sometimes hiding cursor Caused by 2591. --- edit/001-editor.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'edit/001-editor.mu') diff --git a/edit/001-editor.mu b/edit/001-editor.mu index c83b7f3a..d338b4bb 100644 --- a/edit/001-editor.mu +++ b/edit/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