aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-09 17:58:54 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-09 17:58:54 +0000
commitf8ea82d7dc8c3f778e31e67cff23a80f9ae15a84 (patch)
tree10bccdb1fbd382d91b81734d21a9f12cb9a456dc
parent890db6eaaf11fc3a8213b209aff0bebdcbff3935 (diff)
downloadrtmux-f8ea82d7dc8c3f778e31e67cff23a80f9ae15a84.tar.gz
rtmux-f8ea82d7dc8c3f778e31e67cff23a80f9ae15a84.tar.bz2
rtmux-f8ea82d7dc8c3f778e31e67cff23a80f9ae15a84.zip
Update TODO list.
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 42c86cf6..b46cab3c 100644
--- a/TODO
+++ b/TODO
@@ -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 ;-)