diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-08-31 22:44:01 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-08-31 22:44:01 +0000 |
commit | 3b4d26d16b3dcf6f9c6cdd601d6e697a6cc996f3 (patch) | |
tree | 1f8bf137f6cec9f72e39c9ff511a123d7816cd52 | |
parent | 01052ca38e1470601533d9199ff80799321bbadb (diff) | |
download | rtmux-3b4d26d16b3dcf6f9c6cdd601d6e697a6cc996f3.tar.gz rtmux-3b4d26d16b3dcf6f9c6cdd601d6e697a6cc996f3.tar.bz2 rtmux-3b4d26d16b3dcf6f9c6cdd601d6e697a6cc996f3.zip |
+.
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -135,6 +135,8 @@ For 1.4 (not in order): 2 support UTF-8 line drawing characters for ACS to workaround putty idiocy 3 why are alerts per-winlink? try per window? 4 audit of escape sequence support vs xterm +5 support binding keys to mouse (mouse-select-pane -> mouse-keys or something, + mouse click == select-pane -t %%, mouse scroll up == copy-mode) 6 rectangle copy: when selecting leftward, cursor should be inside block per emacs key to rotate corner at which cursor is 9 something for -t "last window in session" so a session can be used as a stack |