aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-19 18:27:55 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-19 18:27:55 +0000
commit9ef5bdc7c058854f902dd42f79b6b7454331a98e (patch)
tree6a51725cd572de82098ea450422b5510a938e169 /TODO
parent99df48d70f10dcf8f95d4684262a3392d72ee9c6 (diff)
downloadrtmux-9ef5bdc7c058854f902dd42f79b6b7454331a98e.tar.gz
rtmux-9ef5bdc7c058854f902dd42f79b6b7454331a98e.tar.bz2
rtmux-9ef5bdc7c058854f902dd42f79b6b7454331a98e.zip
Show status messages without blocking the server.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 55e52fd1..fcbba555 100644
--- a/TODO
+++ b/TODO
@@ -37,8 +37,6 @@
- function groups, bind-key ^W { select-window 0; send-key ^W } etc ***
- allow fnmatch for -c, so that you can, eg, detach all clients
- bind non prefix keys
-- stuff like rename would be nice to be able to do in-client like screen, if
- it could be implemented in a non-icky way
- there is too much redrawing. use flags?
- command mode (! + type tmux command)
- garbage collect window history (100 lines at a time?) if it hasn't been used
@@ -86,3 +84,7 @@ option to pass through to xterm window when switching window
session not being watched?
- document status-left/status-right/status-interval/set-titles
- enhance paste buffers. per-session buffers, lots of command love
+- stuff like rename would be nice to be able to do in-client like screen, if
+ it could be implemented in a non-icky way (we have control over the tty fd
+ now in the server so should be easier...)
+- tidy up window modes