diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-09 17:58:54 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-09 17:58:54 +0000 |
commit | f8ea82d7dc8c3f778e31e67cff23a80f9ae15a84 (patch) | |
tree | 10bccdb1fbd382d91b81734d21a9f12cb9a456dc | |
parent | 890db6eaaf11fc3a8213b209aff0bebdcbff3935 (diff) | |
download | rtmux-f8ea82d7dc8c3f778e31e67cff23a80f9ae15a84.tar.gz rtmux-f8ea82d7dc8c3f778e31e67cff23a80f9ae15a84.tar.bz2 rtmux-f8ea82d7dc8c3f778e31e67cff23a80f9ae15a84.zip |
Update TODO list.
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -92,4 +92,9 @@ the highlight stuff - XXX once env stuff is in, default-path and VISUAL/EDITOR should be picked up when session is started - expand leading ~ in source-file save-buffer etc +- screen/xterm etc translate \n to \r when pasting: + 18:31 <+NicM> so i think the best thing might be to a) stick with \n + internally b) change paste-buffer to translate \r to \n per xterm c) + add a -r option to paste-buffer to turn off the translation +- paste-buffer etc should be able to handle \0, so needs a size member and no more strlen - tidy up and prioritise todo list ;-) |