diff options
| author | KatolaZ <katolaz@freaknet.org> | 2019-08-01 11:26:12 +0100 | 
|---|---|---|
| committer | KatolaZ <katolaz@freaknet.org> | 2019-08-01 11:26:12 +0100 | 
| commit | 08485aacd8d561f2650175b7a16211262396b2ce (patch) | |
| tree | dda64aa4e35020ee230d53bcf1aa0e66c8fdd1c6 /TODO | |
| parent | f660595c236a21555d3558dd51afae4a67d651a3 (diff) | |
add undo in erase mode
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 10 | 
1 files changed, 5 insertions, 5 deletions
| @@ -1,9 +1,4 @@  + 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 @@ -23,6 +18,11 @@  - allow scrolling (both vertical and horizontal)  - catch SIGWINCH and react appropriately (after scrolling is     enabled) +* 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  * visual selection    * crop-to-rectangle    * yank | 
