From f3100ddd486d6f39b0c97c9c492bb6020bf3caf1 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 31 Jul 2019 11:19:55 +0100 Subject: add undo support for box, visual, cut/paste --- TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 4b893ea..2514376 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,9 @@ + optimize redraws (redraw only the modified rectangle) + undo (by storing lines changed across insert/remove operations) + * re-organise undo-ring management + - add undo for arrow mode + - add undo for text mode + - add undo for erase mode - fix bug with 'g' commands in arrow mode - add screen geometry option (-g 25x80?) - read file at point -- cgit v1.2.3