diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-07-31 00:10:35 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-07-31 00:10:35 +0100 |
commit | 526ce3a130732d4a2374a6e36a689d9e0cf5cc34 (patch) | |
tree | 9b6f76dbc70bf9a4d2becb9b9d8103eb57663aa0 /TODO | |
parent | 6da2f3f89afda08eeba385da1c36414154113d47 (diff) |
preliminary support for undo
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,5 @@ + optimize redraws (redraw only the modified rectangle) ++ undo (by storing lines changed across insert/remove operations) - fix bug with 'g' commands in arrow mode - add screen geometry option (-g 25x80?) - read file at point @@ -18,7 +19,6 @@ * yank * fill * cut -- undo (by storing lines changed across insert/remove operations) - manage special chars (DEL/CANC) during text insert (also do not print unmanaged chars!) - allow scrolling (both vertical and horizontal) |