diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-19 21:45:46 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-19 21:45:46 +0000 |
commit | 24cc3626dc811ba28aa39f46b5abde57d61c2118 (patch) | |
tree | 880affc5098e921f34aa80313c5ffef7f0ed3bf4 | |
parent | be0cf3bfe4523801cd4da6cb35eb53e8ee5bf234 (diff) | |
download | rtmux-24cc3626dc811ba28aa39f46b5abde57d61c2118.tar.gz rtmux-24cc3626dc811ba28aa39f46b5abde57d61c2118.tar.bz2 rtmux-24cc3626dc811ba28aa39f46b5abde57d61c2118.zip |
Document command-prompt. Tweak TODO.
-rw-r--r-- | TODO | 18 | ||||
-rw-r--r-- | tmux.1 | 9 |
2 files changed, 11 insertions, 16 deletions
@@ -47,7 +47,6 @@ - get rid of stderr/stdout hacks in log.c - split clients into three RB trees by fd: attached/unattached/dead? or tailqs? what would be fastest per-char? -- multiple paste buffers - window splitting? - if only one arg to switch-window, assume source-index - test on wsvt25, vt100, vt220 @@ -61,29 +60,18 @@ - cfg file improvements - proper per-window options (per-session list of window ranges?) - better mode features: search, back word, forward word, etc -- figure out Linux tcsetattr problem, remove header bodge if unnecessary - flags to centre screen in window - get rid of DEFDATA etc ---- -support window title commands properly: - -\033]0;string\007 -\033]1;string\007 -\033]2;string\007 -\033_string\033\\ - -accept them all, save to window title -option to pass through to xterm window when switching window - -- For 0.4 -------------------------------------------------------------------- - test and fix wsvt25 - clear EOL etc CANNOT rely on term using the current colour/attr and probably should not emulate it doing so - activity/bell should be per-window not per-link? what if it is cur win in session not being watched? -- document status-left/status-right/status-interval/set-titles/command-prompt -- enhance paste buffers. per-session buffers, lots of command love +- document status-left/status-right/status-interval/set-titles +- enhance paste buffers. multiple buffers, per-session buffers, lots of command love - command history for command-prompt. tab completion - configurable error/info display time - tidy up window modes +- support \033_string\033\\ for window title too @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.39 2008-06-18 16:39:15 nicm Exp $ +.\" $Id: tmux.1,v 1.40 2008-06-19 21:45:46 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -333,6 +333,13 @@ Bind key .Ar key to .Ar command . +.It Xo Ic command-prompt +.Op Fl t Ar target-client +.Xc +Open the command prompt in a client. +This may be used from inside +.Nm +to execute commands interactively. .It Xo Ic copy-mode .Op Fl t Ar target-window .Xc |