about summary refs log tree commit diff stats
path: root/edit
diff options
context:
space:
mode:
Diffstat (limited to 'edit')
-rw-r--r--edit/009-sandbox-test.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/edit/009-sandbox-test.mu b/edit/009-sandbox-test.mu
index 1d1ed172..f095579d 100644
--- a/edit/009-sandbox-test.mu
+++ b/edit/009-sandbox-test.mu
@@ -128,10 +128,12 @@ after <global-touch> [
     # identify the sandbox whose output is being clicked on
     sandbox:&:sandbox <- find-click-in-sandbox-output env, click-row
     break-unless sandbox
+    screen <- update-status screen, [updating...      ], 245/grey
     # toggle its expected-response, and save session
     sandbox <- toggle-expected-response sandbox
     save-sandboxes env, resources
     screen <- render-sandbox-side screen, env, render
+    screen <- update-status screen, [                 ], 245/grey
     screen <- update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env
     loop +next-event
   }