mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Document command-prompt. Tweak TODO.
This commit is contained in:
parent
be0cf3bfe4
commit
24cc3626dc
18
TODO
18
TODO
@ -47,7 +47,6 @@
|
|||||||
- get rid of stderr/stdout hacks in log.c
|
- get rid of stderr/stdout hacks in log.c
|
||||||
- split clients into three RB trees by fd: attached/unattached/dead?
|
- split clients into three RB trees by fd: attached/unattached/dead?
|
||||||
or tailqs? what would be fastest per-char?
|
or tailqs? what would be fastest per-char?
|
||||||
- multiple paste buffers
|
|
||||||
- window splitting?
|
- window splitting?
|
||||||
- if only one arg to switch-window, assume source-index
|
- if only one arg to switch-window, assume source-index
|
||||||
- test on wsvt25, vt100, vt220
|
- test on wsvt25, vt100, vt220
|
||||||
@ -61,29 +60,18 @@
|
|||||||
- cfg file improvements
|
- cfg file improvements
|
||||||
- proper per-window options (per-session list of window ranges?)
|
- proper per-window options (per-session list of window ranges?)
|
||||||
- better mode features: search, back word, forward word, etc
|
- 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
|
- flags to centre screen in window
|
||||||
- get rid of DEFDATA etc
|
- 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 --------------------------------------------------------------------
|
-- For 0.4 --------------------------------------------------------------------
|
||||||
- test and fix wsvt25
|
- test and fix wsvt25
|
||||||
- clear EOL etc CANNOT rely on term using the current colour/attr and probably
|
- clear EOL etc CANNOT rely on term using the current colour/attr and probably
|
||||||
should not emulate it doing so
|
should not emulate it doing so
|
||||||
- activity/bell should be per-window not per-link? what if it is cur win in
|
- activity/bell should be per-window not per-link? what if it is cur win in
|
||||||
session not being watched?
|
session not being watched?
|
||||||
- document status-left/status-right/status-interval/set-titles/command-prompt
|
- document status-left/status-right/status-interval/set-titles
|
||||||
- enhance paste buffers. per-session buffers, lots of command love
|
- enhance paste buffers. multiple buffers, per-session buffers, lots of command love
|
||||||
- command history for command-prompt. tab completion
|
- command history for command-prompt. tab completion
|
||||||
- configurable error/info display time
|
- configurable error/info display time
|
||||||
- tidy up window modes
|
- tidy up window modes
|
||||||
|
- support \033_string\033\\ for window title too
|
||||||
|
9
tmux.1
9
tmux.1
@ -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>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -333,6 +333,13 @@ Bind key
|
|||||||
.Ar key
|
.Ar key
|
||||||
to
|
to
|
||||||
.Ar command .
|
.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
|
.It Xo Ic copy-mode
|
||||||
.Op Fl t Ar target-window
|
.Op Fl t Ar target-window
|
||||||
.Xc
|
.Xc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user