about summary refs log tree commit diff stats
path: root/edit/012-editor-undo.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-28 13:22:25 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-28 13:22:25 -0700
commit1df3d62a83f7d5dc09e82a4fdac31ce4d08da02b (patch)
tree816fee371211065277f38f7cd9607c73bebe6776 /edit/012-editor-undo.mu
parent4f2adf06713eeec995d7811cd1d7a4dfe3cdda86 (diff)
downloadmu-1df3d62a83f7d5dc09e82a4fdac31ce4d08da02b.tar.gz
3884 - per-line scroll in edit/ app
Diffstat (limited to 'edit/012-editor-undo.mu')
-rw-r--r--edit/012-editor-undo.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/edit/012-editor-undo.mu b/edit/012-editor-undo.mu
index 69e1c22b..b7f9e976 100644
--- a/edit/012-editor-undo.mu
+++ b/edit/012-editor-undo.mu
@@ -36,6 +36,8 @@ container move-operation [
     # 2: right arrow
     # 3: up arrow
     # 4: down arrow
+    # 5: line up
+    # 6: line down
 ]
 
 container delete-operation [