diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-11-09 20:03:31 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-11-09 20:03:31 +0000 |
commit | c2023778596681380b0838cfb9385aa4324edf92 (patch) | |
tree | 785a0be34e4d0a8506ea619a1b0d9b0a5e9a6236 | |
parent | 34b4c2e607a0672415f5ad7600ede0e57166672e (diff) | |
download | rtmux-c2023778596681380b0838cfb9385aa4324edf92.tar.gz rtmux-c2023778596681380b0838cfb9385aa4324edf92.tar.bz2 rtmux-c2023778596681380b0838cfb9385aa4324edf92.zip |
+.
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -38,8 +38,8 @@ "new-session" if-shell "[ -e $HOME/.tmux-session.conf ]" source-file $HOME/.tmux-session.conf - get it passing all the vttest tests that don't require resizing the terminal -- esc seq to set window title should be documented and should set - automatic-rename +- esc seq to set window name and title should be documented, and name variant + should clear automatic-rename - way to set socket path from config file - XXX once env stuff is in, default-path and VISUAL/EDITOR should be picked up when session is started @@ -95,3 +95,4 @@ - rectangle copy/paste - half page/up down are missing from key table - support esc-esc to quit in modes +- permit top-bit-set characters/utf-8 in command prompt |