summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2016-06-15 14:43:07 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2016-06-15 14:43:07 +0000
commit4391329bcb2a0b26ac58fd1a3d7c44f75bf34907 (patch)
treedc949ffd028e396899d85d8251e7997782284c0f
parentf32a12864b5c2cf4262a8f7a4b4908afbad077fc (diff)
Add missing buffer_name format, from Awal Garg.
-rw-r--r--usr.bin/tmux/tmux.13
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 313f57d3549..1f2fa408786 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.489 2016/06/15 08:54:11 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.490 2016/06/15 14:43:06 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -3476,6 +3476,7 @@ The following variables are available, where appropriate:
.It Li "alternate_on" Ta "" Ta "If pane is in alternate screen"
.It Li "alternate_saved_x" Ta "" Ta "Saved cursor X in alternate screen"
.It Li "alternate_saved_y" Ta "" Ta "Saved cursor Y in alternate screen"
+.It Li "buffer_name" Ta "" Ta "Name of buffer"
.It Li "buffer_sample" Ta "" Ta "Sample of start of buffer"
.It Li "buffer_size" Ta "" Ta "Size of the specified buffer in bytes"
.It Li "client_activity" Ta "" Ta "Integer time client last had activity"