diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-25 00:12:24 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-25 00:12:24 +0000 |
commit | db584544f405f2e2ac9f8c35d04f3b6e017451e7 (patch) | |
tree | b3671e0eb0887838febdb41a7c6dfe73beea38ec | |
parent | f4718dcdf2382c4b61e4595e4dfb096c72a010de (diff) | |
download | rtmux-db584544f405f2e2ac9f8c35d04f3b6e017451e7.tar.gz rtmux-db584544f405f2e2ac9f8c35d04f3b6e017451e7.tar.bz2 rtmux-db584544f405f2e2ac9f8c35d04f3b6e017451e7.zip |
Add some more bits.
-rw-r--r-- | TODO | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -35,8 +35,6 @@ to allow xterm to pick up it should be one line for its c/p - should be able to move to a hidden pane and it would be moved into view. pane number in status line/top-right would be cool for this -- command to run something without a window at all - output to - window-more. what for? isnt this the same as doing it w/ splitw/neww now? - would be nice if tmux could be the shell (tmux attach, but hard link to tmux binary as "tmuxsh" or wrapper script?) problems with tty dev permissions - support other mouse modes (highlight etc) and use it in copy mode @@ -99,5 +97,9 @@ (i think someone suggested this before and i poo-poo'd it, don't remember why is there a downside?) - a way for force-width/height to apply to only one - pane (how?) - + pane (how?) +- **** a command to run something without a window and send any output to the + window-more. if no output, info() a line saying "'%s' returned %d". so i can + bind mpc control commands to function keys ;-) +- command to list what is actually running in each window with command line, + pid (need some adaption of the osdep code) |