From 04319964b95304138dbe5cbce0b97222769d0c17 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 31 Aug 2009 20:46:19 +0000 Subject: Add a new display-panes command, with two options (display-panes-colour and display-panes-time), which displays a visual indication of the number of each pane. --- tmux.1 | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 281d1566..8b92fa69 100644 --- a/tmux.1 +++ b/tmux.1 @@ -675,6 +675,15 @@ If is not given, "select-window -t '%%'" is used. This command works only from inside .Nm . +.It Ic display-panes Op Fl t Ar target-client +.D1 (alias: Ic displayp) +Display a visible indicator of each pane shown by +.Ar target-client . +See the +.Ic display-panes-time +and +.Ic display-panes-colour +session options. .It Ic down-pane Op Fl t Ar target-pane .D1 (alias: Ic downp ) Move down a pane. @@ -1157,8 +1166,17 @@ to work correctly, this be set to .Ql screen or a derivative of it. +.It Ic display-panes-colour Ar colour +Set the colour used for the +.Ic display-panes +command. +.It Ic display-panes-time Ar time +Set the time in milliseconds for which the indicators shown by the +.Ic display-panes +command appear. .It Ic display-time Ar time -Set the amount of time for which status line messages are displayed. +Set the amount of time for which status line messages and other on-screen +indicators are displayed. .Ar time is in milliseconds. .It Ic history-limit Ar lines -- cgit