diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-02-11 06:14:25 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-02-11 06:14:25 +0100 |
commit | db04cac2fb3107043e5d31159ee916b79e53c2a5 (patch) | |
tree | 055f80af237b2e97b6a899503f51992c99f6c040 /TODO | |
parent | d24bc4a3670c253fad5bee380c35e8a45dd283a2 (diff) | |
download | sciteco-db04cac2fb3107043e5d31159ee916b79e53c2a5.tar.gz |
updated TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -19,6 +19,13 @@ Features: * Buffer ids should be "circular", i.e. interpreted modulo the number of buffers in the ring. This allows "%*" to wrap at the end of the buffer list. + * Revert rubout: Instead of discarding rubbed out characters, + they should be kept in the command line placing the command line + cursor before them. + The rubbed out characters could then be re-inserted with a special + immediate editing command or by retyping them allowing you to move + back and forth in the editor state resulting from a command line. + This would be SciTECO's version of Redo. * properly support Unicode encodings and the character-based model * link against libncursesw if possible * translate documents to Unicode strings |