diff options
author | nicm <nicm> | 2014-04-02 18:12:18 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-04-02 18:12:18 +0000 |
commit | 252a7373d69646ae866e3a4fa18d46f673864c0e (patch) | |
tree | 3fdd2160affd9a9321157b11ce57bc8d4034e963 /tmux.1 | |
parent | 82f3e0e9e68d4078555cd6270473c45a3e60273b (diff) | |
download | rtmux-252a7373d69646ae866e3a4fa18d46f673864c0e.tar.gz rtmux-252a7373d69646ae866e3a4fa18d46f673864c0e.tar.bz2 rtmux-252a7373d69646ae866e3a4fa18d46f673864c0e.zip |
Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make
buffer_sample bigger to let it trim at window right edge.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3087,7 +3087,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_sample" Ta "" Ta "First 50 characters from 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" .It Li "client_activity_string" Ta "" Ta "String time client last had activity" |