about summary refs log tree commit diff stats
path: root/edit/001-editor.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-05 12:17:27 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-05 12:17:27 -0700
commitae244ebddc9f0c2952b2d79b3d6203f4431f9f53 (patch)
tree851874353edd9e5d8209f347d8d32c2fc8102dbf /edit/001-editor.mu
parenta90faae99043042ec5e2d0de21b7dbe0eba29e3a (diff)
downloadmu-ae244ebddc9f0c2952b2d79b3d6203f4431f9f53.tar.gz
2157 - edit/ now contains real layers
To run just until say layer 6, say this:

  $ ./mu test edit/00[0-6]*

The layers are not perfect yet; there might be a few things (like the
warning fields) that need to move to a later layer.
Diffstat (limited to 'edit/001-editor.mu')
-rw-r--r--edit/001-editor.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/edit/001-editor.mu b/edit/001-editor.mu
index 8909a574..819351e7 100644
--- a/edit/001-editor.mu
+++ b/edit/001-editor.mu
@@ -7,6 +7,7 @@ scenario editor-initially-prints-string-to-screen [
     new-editor 1:address:array:character, screen:address, 0/left, 10/right
   ]
   screen-should-contain [
+    # top line of screen reserved for menu
     .          .
     .abc       .
     .          .