Update TODO.

This commit is contained in:
Nicholas Marriott 2009-07-11 19:25:53 +00:00
parent 0e7c6bdcc7
commit bf0f56d04e

6
TODO
View File

@ -92,10 +92,8 @@
the highlight stuff the highlight stuff
- XXX once env stuff is in, default-path and VISUAL/EDITOR should be picked up when session is started - 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 - expand leading ~ in source-file save-buffer etc
- screen/xterm etc translate \n to \r when pasting: - the copy mode next-word behaviour is emacs style (end of word) rather than vi style (start of word) even in vi keys mode,
18:31 <+NicM> so i think the best thing might be to a) stick with \n - when moving up from a blank line in copy mode it always assumes you were at the end of the line so it can be a bit funny. should remember last non-blank x position and use that
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 - paste-buffer etc should be able to handle \0, so needs a size member and no more strlen
- is utf8 a valid charset in LANG? also check for "unicode" in TERM - is utf8 a valid charset in LANG? also check for "unicode" in TERM
- what about utmp etc? can tmux update it like screen? setgid? - what about utmp etc? can tmux update it like screen? setgid?