summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-08-11 05:55:12 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-08-11 05:55:12 +0000
commitff4097e02cf35709e4b34aa62d227a54c5d7ddb5 (patch)
tree0b5bc31b07739e793b655866d89bd45caa1bf937 /tmux.1
parent89a96b05fa9473e19b62c03e835731430ff5d04e (diff)
Add some missing formats from Samuel Le Thiec.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index bddc0473..b9110287 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2326,6 +2326,7 @@ may contain any of the following special character sequences:
.It Li "#h" Ta "Hostname of local host without the domain name"
.It Li "#F" Ta "Current window flag"
.It Li "#I" Ta "Current window index"
+.It Li "#D" Ta "Current pane unique identifier"
.It Li "#P" Ta "Current pane index"
.It Li "#S" Ta "Session name"
.It Li "#T" Ta "Current pane title"
@@ -2903,6 +2904,8 @@ The following variables are available, where appropriate:
.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 "history_bytes" Ta "Number of bytes in window history"
+.It Li "history_limit" Ta "Maximum window history lines"
.It Li "line" Ta "Line number in the list"
.It Li "pane_active" Ta "1 if active pane"
.It Li "pane_current_path" Ta "Current path if available"
@@ -2929,6 +2932,7 @@ The following variables are available, where appropriate:
.It Li "window_find_matches" Ta "Matched data from the find-window command if available"
.It Li "window_flags" Ta "Window flags"
.It Li "window_height" Ta "Height of window"
+.It Li "window_id" Ta "Unique window ID"
.It Li "window_index" Ta "Index of window"
.It Li "window_layout" Ta "Window layout description"
.It Li "window_name" Ta "Name of window"