diff options
author | nicm <nicm> | 2016-06-15 14:43:06 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-06-15 14:43:06 +0000 |
commit | 0c7ddae2abe67762b00fea10723d01251f3c156d (patch) | |
tree | e9a9999270027feb81555e8a624f080c1e768d65 | |
parent | bee3e3e28d04a237b1013b1dd3d36cddcd326891 (diff) | |
download | rtmux-0c7ddae2abe67762b00fea10723d01251f3c156d.tar.gz rtmux-0c7ddae2abe67762b00fea10723d01251f3c156d.tar.bz2 rtmux-0c7ddae2abe67762b00fea10723d01251f3c156d.zip |
Add missing buffer_name format, from Awal Garg.
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |