about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-02-07 00:12:50 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-02-07 00:12:56 -0800
commitfbe0f91376a4f1ed98e95b35d1b9e7629a743c30 (patch)
treea06237833d7918481b07d4b3d52839193d88424b
parent3c4c9c08071b55a45bfe99a5609cab48d9013b31 (diff)
downloadmu-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
class='oid'>b96af395 ^
d135851e ^
b96af395 ^

f192d655 ^
b96af395 ^
f192d655 ^
b96af395 ^
77d5b5d6 ^
bc643692 ^
b96af395 ^
d135851e ^

ce87c19e ^

b96af395 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43