diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-09-01 20:37:20 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-09-01 20:37:20 +0000 |
commit | 19923625d4404516c7c763d6c7e11f03d60ad2ea (patch) | |
tree | c47cc19e6af986544f6fdecd0ab0cfb55a81a3dc | |
parent | 3b4d26d16b3dcf6f9c6cdd601d6e697a6cc996f3 (diff) | |
download | rtmux-19923625d4404516c7c763d6c7e11f03d60ad2ea.tar.gz rtmux-19923625d4404516c7c763d6c7e11f03d60ad2ea.tar.bz2 rtmux-19923625d4404516c7c763d6c7e11f03d60ad2ea.zip |
+.
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -128,6 +128,7 @@ - ' and " should be parsed the same (eg "\e" vs '\e') in config and command prompt? - command to toggle selection not to move it in copy-mode +- some way to create transient sessions which die when disconnected (option?) For 1.4 (not in order): @@ -152,4 +153,5 @@ For 1.4 (not in order): 18 a history of commands that can be reversed (reverse member of each command, and a buffer) 19 info() when changing to same window 20 don't pass UTF-8 through vis for titles +21 clearing screen should push lines into history ... |