From f8ea82d7dc8c3f778e31e67cff23a80f9ae15a84 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 9 Jul 2009 17:58:54 +0000 Subject: [PATCH] Update TODO list. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) 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 ;-)