diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-10-23 15:03:50 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-10-23 15:03:50 +0000 |
commit | 1c1797e4f29012a60727a1793e5f75bd769f5d14 (patch) | |
tree | 3d293bdce5a7251b6919dd0fb47a36e6a29ace9c /tmux.1 | |
parent | 653d1e2fc80a4eca4f819b31bacd7119038276d6 (diff) | |
download | rtmux-1c1797e4f29012a60727a1793e5f75bd769f5d14.tar.gz rtmux-1c1797e4f29012a60727a1793e5f75bd769f5d14.tar.bz2 rtmux-1c1797e4f29012a60727a1793e5f75bd769f5d14.zip |
Sync OpenBSD patchset 965:
Add client formats, from Ben Boeckel.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 2 2011 $ +.Dd $Mdocdate: October 23 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -610,9 +610,16 @@ server and clients and destroy all sessions. .It Ic kill-session Op Fl t Ar target-session Destroy the given session, closing any windows linked to it and no other sessions, and detaching all clients attached to it. -.It Ic list-clients Op Fl t Ar target-session +.It Xo Ic list-clients +.Op Fl F Ar format +.Op Fl t Ar target-session +.Xc .D1 (alias: Ic lsc ) List all clients attached to the server. +For the meaning of the +.Fl F +flag, see the +.Sx FORMATS section. If .Ar target-session is specified, list only clients connected to that session. @@ -2564,6 +2571,7 @@ is used. .El .Sh FORMATS The +.Ic list-clients , .Ic list-sessions , .Ic list-windows and @@ -2601,6 +2609,17 @@ if it is unattached. The following variables are available, where appropriate: .Bl -column "session_created_string" "Replaced with" -offset indent .It Sy "Variable name" Ta Sy "Replaced with" +.It Li "client_activity" Ta "Integer time client last had activity" +.It Li "client_activity_string" Ta "String time client last had activity" +.It Li "client_created" Ta "Integer time client created" +.It Li "client_created_string" Ta "String time client created" +.It Li "client_cwd" Ta "Working directory of client" +.It Li "client_height" Ta "Height of client" +.It Li "client_readonly" Ta "1 if client is readonly" +.It Li "client_termname" Ta "Terminal name of client" +.It Li "client_tty" Ta "Pseudo terminal of client" +.It Li "client_utf8" Ta "1 if client supports utf8" +.It Li "client_width" Ta "Width of client" .It Li "host" Ta "Hostname of local host" .It Li "line" Ta "Line number in the list" .It Li "pane_active" Ta "1 if active pane" |