1
0
mirror of https://github.com/tmux/tmux.git synced 2025-01-18 03:22:52 +00:00

Update TODO list.

This commit is contained in:
Nicholas Marriott 2009-07-09 17:58:54 +00:00
parent 890db6eaaf
commit f8ea82d7dc

5
TODO
View File

@ -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 ;-)