diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-12 00:08:12 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-12 00:08:12 +0000 |
commit | 0b8a7dc4a256ea423ab71dca839b01845e3a4c8b (patch) | |
tree | 1838387dd6f63bfbb60c8496ea9d04f699e5c8ec /tmux.1 | |
parent | cf9804f2a098695512394cf0f22196cb9213b83b (diff) | |
download | rtmux-0b8a7dc4a256ea423ab71dca839b01845e3a4c8b.tar.gz rtmux-0b8a7dc4a256ea423ab71dca839b01845e3a4c8b.tar.bz2 rtmux-0b8a7dc4a256ea423ab71dca839b01845e3a4c8b.zip |
Sync OpenBSD patchset 377:
Split list-panes off from list-windows.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.185 2009-10-11 23:55:26 tcunha Exp $ +.\" $Id: tmux.1,v 1.186 2009-10-12 00:08:12 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -775,6 +775,10 @@ exists, it is killed, otherwise an error is generated. If .Fl d is given, the newly linked window is not selected. +.It Ic list-panes Op Fl t Ar target-window +.D1 (alias: Ic lsp ) +List the panes in the current window or in +.Ar target-window . .It Ic list-windows Op Fl t Ar target-session .D1 (alias: Ic lsw ) List windows in the current session or in |