aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ;-)