diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-01-11 22:43:01 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-01-11 22:43:01 -0800 |
commit | 218e8cf2677e0d6a359a0af4963a33c82ce960b9 (patch) | |
tree | 551919a897cdc6ca02223dc81594cab7c0a2f9a9 /sandbox | |
parent | 717d6cddc1464df9744a37056016b9f4230ab650 (diff) | |
download | mu-218e8cf2677e0d6a359a0af4963a33c82ce960b9.tar.gz |
3733
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/001-editor.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/001-editor.mu b/sandbox/001-editor.mu index cee50a80..803f02c8 100644 --- a/sandbox/001-editor.mu +++ b/sandbox/001-editor.mu @@ -2,7 +2,7 @@ # temporary main for this layer: just render the given text at the given # screen dimensions, then stop -def! main text:text [ +def main text:text [ local-scope load-ingredients open-console |