about summary refs log tree commit diff stats
path: root/html/076scenario_keyboard_test.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-25 22:27:19 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-25 22:27:19 -0700
commitc5ffb6e1cc9c5ff880d037c53b8ebc8562be0008 (patch)
tree2d05d987ec3c81bfbb0c1f598966d9d1b16e9b1f /html/076scenario_keyboard_test.mu.html
parentb2757892d553352feb59d70b1e7241ccdafa6905 (diff)
downloadmu-c5ffb6e1cc9c5ff880d037c53b8ebc8562be0008.tar.gz
1459
Diffstat (limited to 'html/076scenario_keyboard_test.mu.html')
-rw-r--r--html/076scenario_keyboard_test.mu.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/html/076scenario_keyboard_test.mu.html b/html/076scenario_keyboard_test.mu.html
index 00081624..0c3d6097 100644
--- a/html/076scenario_keyboard_test.mu.html
+++ b/html/076scenario_keyboard_test.mu.html
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<title>~/Desktop/s/mu/076scenario_keyboard_test.mu</title>
+<title>076scenario_keyboard_test.mu</title>
 <meta name="Generator" content="Vim/7.4">
 <meta name="plugin-version" content="vim7.4_v1">
 <meta name="syntax" content="none">
@@ -13,6 +13,7 @@
 pre { white-space: pre-wrap; font-family: monospace; color: #d0d0d0; background-color: #000000; }
 body { font-family: monospace; color: #d0d0d0; background-color: #000000; }
 * { font-size: 1em; }
+.muScenario { color: #00af00; }
 .Comment { color: #8080ff; }
 .Constant { color: #008080; }
 .Special { color: #ff6060; }
@@ -31,7 +32,7 @@ body { font-family: monospace; color: #d0d0d0; background-color: #000000; }
 <span class="Comment"># scenario_keyboard.mu</span>
 <span class="Comment"># Tests for keyboard interface.</span>
 
-scenario read-key-in-mu [
+<span class="muScenario">scenario</span> read-key-in-mu [
   assume-keyboard <span class="Constant">[abc]</span>
   run [
     1:character, 2:boolean, keyboard:address<span class="Special"> &lt;- </span>read-key keyboard:address