diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-01-26 02:05:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-01-26 02:05:02 +0000 |
commit | 0fa8d1877509f16d41166e517259d5402d5aba41 (patch) | |
tree | 4926f680ea6bc0ecbe4d363ad0be3207a8271620 | |
parent | 5cbdd84686982d272383567be481f3e3c2331c02 (diff) | |
download | rtmux-0fa8d1877509f16d41166e517259d5402d5aba41.tar.gz rtmux-0fa8d1877509f16d41166e517259d5402d5aba41.tar.bz2 rtmux-0fa8d1877509f16d41166e517259d5402d5aba41.zip |
Remove some that are done and some that are duplicates or no longer needed.
-rw-r--r-- | TODO | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -1,11 +1,9 @@ - implicitly add exec to the commands for new windows (switch to disable it)? -- commands: - extend list-clients to list clients attached to a session (-a for all?) - bring back detach-session to detach all clients on a session? +- extend list-clients to list clients attached to a session (-a for all?) +- bring back detach-session to detach all clients on a session? - allow fnmatch for -c, so that you can, eg, detach all clients - garbage collect window history (100 lines at a time?) if it hasn't been used in $x time -- lift SHRT_MAX limits for history? - flags to centre screen in window - activity/bell should be per-window not per-link? what if it is cur win in session not being watched? @@ -51,7 +49,6 @@ the terminal - www/ruby-addressable; make regress - support esc-esc to quit in modes - fix ctrl+F1-F4 output. to what? -- look into xterm clearing its selection when scrolling etc - better utf8 support: window names, prompt input, message display - session history for client and last-session command - option to change status line colour when current window is in a mode? @@ -80,7 +77,6 @@ http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1149299+0+archive/2010/freebsd-questions/20100207.freebsd-questions - command to show status line information briefly when it is off - some way to pad # stuff with spaces, #!2T maybe -- FreeBSD console problems - a binding to "scroll down and exit at bottom" copy mode - some way to pass keystrokes in copy mode through to underlying window - last window update time and # replacement for it for display-message @@ -102,15 +98,10 @@ - a history of commands that can be reversed (reverse member of each command, and a buffer) info() when changing to same window - don't pass UTF-8 through vis for titles -- clearing screen should push lines into history - add a unique ever-increasing pane id to each pane, export it in $TMUX_PANE (as %1, %2 etc) and allow it to be used as a target - way to add dest for break-pane; maybe some easier way to unbreak-pane - case insensitive searching -- dynamically generated jobs (eg "date ...") do not work well because - their entries are never collected, should either store status jobs in - a different tree or flush all unused persist jobs every update rather - than just updating them - pane-index option like base-index - option to move status line to top - respawn-pane command |