diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-05-19 14:16:18 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-05-19 14:16:18 -0700 |
commit | b63438263c7aa7ee89cf14adf3b1f5a4e617e161 (patch) | |
tree | bfbf7d05ce28bfe0010c384fa9be826eee39ebd3 | |
parent | dc7947cd7f84711059e00ac593f86f53d14a5a1c (diff) | |
download | mu-b63438263c7aa7ee89cf14adf3b1f5a4e617e161.tar.gz |
2980
-rw-r--r-- | edit/005-sandbox.mu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu index 25542875..2d57a47d 100644 --- a/edit/005-sandbox.mu +++ b/edit/005-sandbox.mu @@ -3,6 +3,9 @@ # Running code in the sandbox editor prepends its contents to a list of # (non-editable) sandboxes below the editor, showing the result and a maybe # few other things. +# +# This layer draws the menubar buttons non-editable sandboxes but they don't +# do anything yet. Later layers implement each button. def! main [ local-scope |