From 7f5600570a24fadb07015ad1b78b1989a8d364f2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 20 May 2017 01:41:08 -0700 Subject: 3871 Strange race condition: if I repeatedly press and so the screen is constantly playing catch up, it will sometimes fail these assertions when it does eventually catch up. Somehow the cursor ends up misplaced. Let's just take them out. It's likely some low-level implementation detail of the terminal. --- html/edit/008-sandbox-edit.mu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/edit/008-sandbox-edit.mu.html') diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html index 64abe297..99fe4400 100644 --- a/html/edit/008-sandbox-edit.mu.html +++ b/html/edit/008-sandbox-edit.mu.html @@ -191,7 +191,7 @@ if ('onhashchange' in window) { 129 assert first-sandbox, [!!] 130 sandbox-left-margin:num <- get *first-sandbox, left:offset 131 sandbox-right-margin:num <- get *first-sandbox, right:offset -132 edit-button-left:num, edit-button-right:num, _ <- sandbox-menu-columns sandbox-left-margin, sandbox-right-margin +132 edit-button-left:num, edit-button-right:num, _ <- sandbox-menu-columns sandbox-left-margin, sandbox-right-margin 133 edit-button-vertical-area?:bool <- within-range? click-column, edit-button-left, edit-button-right 134 return-unless edit-button-vertical-area?, 0/false 135 # finally, is sandbox editor empty? -- cgit 1.4.1-2-gfad0