diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-09 07:08:35 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-09 07:08:35 +0100 |
commit | 62267b8424170f9b136892248a77dbed3fdcbbba (patch) | |
tree | dd741fdfa323382be5f6431ae6a63993aff6c13f /TODO | |
parent | 3ba178677800de55393f8ec80752ffe72660931a (diff) |
add read-at-point function
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,7 @@ + optimize redraws (redraw only the modified rectangle) -- fir bug in reading commands from files +- fix bug in visual crop +- fix bug in reading commands from files - add screen geometry option (-g 25x80?) -- read file at point - - read output of command (!) - maybe move "text" mode to "t" - implement ellipse - (?) filled box (B) @@ -17,6 +16,8 @@ - allow scrolling (both vertical and horizontal) - catch SIGWINCH and react appropriately (after scrolling is enabled) +* read file at point + * read output of command (!) * fix bug with 'g' commands in arrow mode * undo (by storing lines changed across insert/remove operations) * re-organise undo-ring management |