diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-02-07 00:12:50 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-02-07 00:12:56 -0800 |
commit | fbe0f91376a4f1ed98e95b35d1b9e7629a743c30 (patch) | |
tree | a06237833d7918481b07d4b3d52839193d88424b | |
parent | 3c4c9c08071b55a45bfe99a5609cab48d9013b31 (diff) | |
download | mu-fbe0f91376a4f1ed98e95b35d1b9e7629a743c30.tar.gz |
3745
Stop trying to create a new layer showing how we minimize prints. Stephen's suggestion is to create a data structure that encapsulates instructions to `insert-at-cursor` for either just printing a character to screen or rendering everything. Let's try that at some point.
-rw-r--r-- | edit/003-shortcuts.mu (renamed from edit/004-shortcuts.mu) | 0 | ||||
-rw-r--r-- | edit/004-programming-environment.mu (renamed from edit/005-programming-environment.mu) | 0 | ||||
-rw-r--r-- | edit/005-sandbox.mu (renamed from edit/006-sandbox.mu) | 0 | ||||
-rw-r--r-- | edit/006-sandbox-copy.mu (renamed from edit/007-sandbox-copy.mu) | 0 | ||||
-rw-r--r-- | edit/007-sandbox-delete.mu (renamed from edit/008-sandbox-delete.mu) | 0 | ||||
-rw-r--r-- | edit/008-sandbox-edit.mu (renamed from edit/009-sandbox-edit.mu) | 0 | ||||
-rw-r--r-- | edit/009-sandbox-test.mu (renamed from edit/010-sandbox-test.mu) | 0 | ||||
-rw-r--r-- | edit/010-sandbox-trace.mu (renamed from edit/011-sandbox-trace.mu) | 0 | ||||
-rw-r--r-- | edit/011-errors.mu (renamed from edit/012-errors.mu) | 0 | ||||
-rw-r--r-- | edit/012-editor-undo.mu (renamed from edit/013-editor-undo.mu) | 0 |
10 files changed, 0 insertions, 0 deletions
diff --git a/edit/004-shortcuts.mu b/edit/003-shortcuts.mu index 941d316d..941d316d 100644 --- a/edit/004-shortcuts.mu +++ b/edit/003-shortcuts.mu diff --git a/edit/005-programming-environment.mu b/edit/004-programming-environment.mu index 7efa3d47..7efa3d47 100644 --- a/edit/005-programming-environment.mu +++ b/edit/004-programming-environment.mu diff --git a/edit/006-sandbox.mu b/edit/005-sandbox.mu index dac50c83..dac50c83 100644 --- a/edit/006-sandbox.mu +++ b/edit/005-sandbox.mu diff --git a/edit/007-sandbox-copy.mu b/edit/006-sandbox-copy.mu index 9df5e625..9df5e625 100644 --- a/edit/007-sandbox-copy.mu +++ b/edit/006-sandbox-copy.mu diff --git a/edit/008-sandbox-delete.mu b/edit/007-sandbox-delete.mu index 4fa3c37d..4fa3c37d 100644 --- a/edit/008-sandbox-delete.mu +++ b/edit/007-sandbox-delete.mu diff --git a/edit/009-sandbox-edit.mu b/edit/008-sandbox-edit.mu index dd5c1bb9..dd5c1bb9 100644 --- a/edit/009-sandbox-edit.mu +++ b/edit/008-sandbox-edit.mu diff --git a/edit/010-sandbox-test.mu b/edit/009-sandbox-test.mu index 39b58ecb..39b58ecb 100644 --- a/edit/010-sandbox-test.mu +++ b/edit/009-sandbox-test.mu diff --git a/edit/011-sandbox-trace.mu b/edit/010-sandbox-trace.mu index 65337127..65337127 100644 --- a/edit/011-sandbox-trace.mu +++ b/edit/010-sandbox-trace.mu diff --git a/edit/012-errors.mu b/edit/011-errors.mu index ad4d8836..ad4d8836 100644 --- a/edit/012-errors.mu +++ b/edit/011-errors.mu diff --git a/edit/013-editor-undo.mu b/edit/012-editor-undo.mu index c2f6bca3..c2f6bca3 100644 --- a/edit/013-editor-undo.mu +++ b/edit/012-editor-undo.mu |