From 0b8a7dc4a256ea423ab71dca839b01845e3a4c8b Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Mon, 12 Oct 2009 00:08:12 +0000 Subject: Sync OpenBSD patchset 377: Split list-panes off from list-windows. --- tmux.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index fb7d154d..de7204fa 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 .\" @@ -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 -- cgit