diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-08-31 00:17:50 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-08-31 00:17:50 -0700 |
commit | bcef326000b4c7d59ed1285569ef44d33673059a (patch) | |
tree | d6a93d877e921288c3762f2fd890ef02839e1ca1 | |
parent | ce2e5b0178d774d8388b5b1d54b6a2a197a2712c (diff) | |
download | mu-bcef326000b4c7d59ed1285569ef44d33673059a.tar.gz |
2117
-rw-r--r-- | edit.mu | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/edit.mu b/edit.mu index 21685453..531d1e05 100644 --- a/edit.mu +++ b/edit.mu @@ -8093,14 +8093,6 @@ after +handle-redo [ # todo: # operations for recipe side and each sandbox-data # undo delete sandbox as a separate primitive on the status bar -# types of operations: -# typing -# cursor movement and scrolling (click, arrow keys, ctrl-a, ctrl-e, page up/down, resize) -# delete (backspace, delete, ctrl-k, ctrl-u) -# collapse runs -# of the same event (arrow keys, etc.) -# of typing that's not newline or backspace or tab -# render entire screen blindly on undo/redo operations for now ## helpers for drawing editor borders |