diff options
| author | KatolaZ <katolaz@freaknet.org> | 2019-08-08 08:39:04 +0100 | 
|---|---|---|
| committer | KatolaZ <katolaz@freaknet.org> | 2019-08-08 08:39:04 +0100 | 
| commit | c16e74036e791b2c1f9c19841fc75a60067aefec (patch) | |
| tree | 50357c892796256d0acdc233641576d07afcf085 /TODO | |
| parent | 9127db5e322c1b0cd57adf90e8cfefad66020fe2 (diff) | |
fix bug with global movements in arrow mode
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,5 +1,4 @@  + optimize redraws (redraw only the modified rectangle) -- fix bug with 'g' commands in arrow mode  - fir bug in reading commands from files  - add screen geometry option (-g 25x80?)  - read file at point @@ -18,6 +17,7 @@  - allow scrolling (both vertical and horizontal)  - catch SIGWINCH and react appropriately (after scrolling is     enabled) +* fix bug with 'g' commands in arrow mode  * undo (by storing lines changed across insert/remove operations)    * re-organise undo-ring management    * add undo for arrow mode | 
