diff options
| author | KatolaZ <katolaz@freaknet.org> | 2019-08-01 09:56:13 +0100 | 
|---|---|---|
| committer | KatolaZ <katolaz@freaknet.org> | 2019-08-01 09:56:13 +0100 | 
| commit | f660595c236a21555d3558dd51afae4a67d651a3 (patch) | |
| tree | 87f3703b944f0fa783a8234caa53116f6dd06a55 /TODO | |
| parent | 47996e708ad2ab7e6a18633576c95e93d08e816a (diff) | |
add undo in arrow mode
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 14 | 
1 files changed, 7 insertions, 7 deletions
| @@ -1,8 +1,8 @@  + 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 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?) @@ -18,16 +18,16 @@    + parse arrows (text-mode will allow movements as well)  - (?) implement CTRL+G as abort (aside ESC)  - (?) remove extra blanks until EOL when saving to file -+ visual selection -  - crop-to -  * yank -  * fill -  * cut   - manage special chars (DEL/CANC) during text insert    (also do not print unmanaged chars!)  - allow scrolling (both vertical and horizontal)  - catch SIGWINCH and react appropriately (after scrolling is     enabled) +* visual selection +  * crop-to-rectangle +  * yank +  * fill +  * cut   * put yanked content (p)  * turn screen into a lineset  * change alloc/ensure functions to work on line_t* and lineset_t* | 
