about summary refs log tree commit diff stats
path: root/edit/009-sandbox-trace.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-12 13:49:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-12 13:51:25 -0700
commitfa94f4d92340f001560b16dd0c2e5681ca5db031 (patch)
tree8de1aa88979d8d8606cf0a7f737d33fbb633f7b7 /edit/009-sandbox-trace.mu
parent7169c636272a71a9f18d6c90e458c8089346c1fe (diff)
downloadmu-fa94f4d92340f001560b16dd0c2e5681ca5db031.tar.gz
2183 - environment + external editor using tmux
Thanks Jack and Caleb Couch for the idea.
Diffstat (limited to 'edit/009-sandbox-trace.mu')
-rw-r--r--edit/009-sandbox-trace.mu8
1 files changed, 4 insertions, 4 deletions
diff --git a/edit/009-sandbox-trace.mu b/edit/009-sandbox-trace.mu
index 1091981e..a7a9b2e0 100644
--- a/edit/009-sandbox-trace.mu
+++ b/edit/009-sandbox-trace.mu
@@ -24,7 +24,7 @@ recipe foo [
     .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊━━━━━━━━━━━━━━━━━━━.
     .                    ┊                   .
   ]
-  # click on the 'foo' line in the sandbox
+  # click on the code in the sandbox
   assume-console [
     left-click 4, 21
   ]
@@ -99,14 +99,14 @@ recipe foo [
     .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊━━━━━━━━━━━━━━━━━━━.
     .                    ┊                   .
   ]
-  # click on the 'foo' line in the sandbox
+  # click on the code in the sandbox
   assume-console [
     left-click 4, 21
   ]
   run [
     event-loop screen:address, console:address, 3:address:programming-environment-data
   ]
-  # trace now printed
+  # trace now printed above result
   screen-should-contain [
     .                     run (F4)           .
     .                    ┊                   .
@@ -138,7 +138,7 @@ recipe! update-sandbox [
 
 # clicks on sandbox code toggle its display-trace? flag
 after <global-touch> [
-  # right side of screen? check if it's inside the code of any sandbox
+  # check if it's inside the code of any sandbox
   {
     sandbox-left-margin:number <- get *current-sandbox, left:offset
     click-column:number <- get *t, column:offset