diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-07 23:08:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-07 23:08:42 +0000 |
commit | f34f1fd78d3de6a5099b9cb57b06a02ca4c42a2d (patch) | |
tree | 0ab4def092780589d9d24820caff9a20adc66489 | |
parent | a476d4c5877a8f414f19a1c7225a356b1f9dbc3d (diff) | |
download | rtmux-f34f1fd78d3de6a5099b9cb57b06a02ca4c42a2d.tar.gz rtmux-f34f1fd78d3de6a5099b9cb57b06a02ca4c42a2d.tar.bz2 rtmux-f34f1fd78d3de6a5099b9cb57b06a02ca4c42a2d.zip |
Sync.
-rw-r--r-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -54,7 +54,6 @@ capibilities - would be nice to be able to use "--" to mark start of command w/ neww etc to avoid quoting - - goto line and search history in copy/scroll modes - a command to display the status line briefly when it is turned off - clone session command @@ -79,7 +78,6 @@ - some way to force a screen to use the entire terminal even if it is forced to be smaller by other clients. pan smaller terminal? (like screen F) - close/redirect stderr when popen to child proc for #() in status line -- if-shell-command command to run a tmux command if a shell command returns true - hooks to which commands may be attached, for example: tmux add-hook "new-session" if-shell "[ -e $HOME/.tmux-session.conf ]" source-file $HOME/.tmux-session.conf - get it passing all the vttest tests that don't require resizing the terminal @@ -90,3 +88,8 @@ - *** get rid of PANE_HIDDEN -- initially just check for outside window - way to set socket path from config file - the "window with one pane" vs window distinction is weird, eg you can't kill-pane the last pane +- status-active-fg/bg/attr would be nice to highlight active window, as would options to set + the highlight stuff +- XXX once env stuff is in, default-path and VISUAL/EDITOR should be picked up when session is started +- expand leading ~ in source-file save-buffer etc +- tidy up and prioritise todo list ;-) |