diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-02-03 23:47:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-02-03 23:47:22 +0000 |
commit | d6b5b644b83ad2a3cfc28dda0ae9af537da8b7f2 (patch) | |
tree | fa943c195e1eb80649539dd872740af5b532d6bd | |
parent | b7758a9932cd7d50a3d253498d39e8533c010c39 (diff) | |
download | rtmux-d6b5b644b83ad2a3cfc28dda0ae9af537da8b7f2.tar.gz rtmux-d6b5b644b83ad2a3cfc28dda0ae9af537da8b7f2.tar.bz2 rtmux-d6b5b644b83ad2a3cfc28dda0ae9af537da8b7f2.zip |
+.
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -118,3 +118,11 @@ - tmux should not die on recoverable errors in the config file, instead start up with the window in output mode with a list of warnings (like emacs) - bells should be passed between sessions with visual-bell etc +- use screen-256color when started on 256 colour terminal?? +- if-shell/run-shell should block further command execution in the same command + sequence until its shell exits, to allow them to be used from the config file +- better session sharing: create-socket command to create socket somewhere (-r + flag for readonly) +- allow buffer to be specified when copying in copy mode +- multiline status line + |