diff options
author | nicm <nicm> | 2017-10-08 16:45:01 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-10-08 16:45:01 +0000 |
commit | 0b4c408168c170f0986a8dd862ec949942b2eaa8 (patch) | |
tree | 9c1e0ae0d15eebfb98a282c7ef3e2b30a3ef1b33 | |
parent | 9c4caf49a2e65ca03efe67332493de28c177be14 (diff) | |
download | rtmux-0b4c408168c170f0986a8dd862ec949942b2eaa8.tar.gz rtmux-0b4c408168c170f0986a8dd862ec949942b2eaa8.tar.bz2 rtmux-0b4c408168c170f0986a8dd862ec949942b2eaa8.zip |
Fix description of history_size, from Campbell Barton.
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3649,7 +3649,7 @@ The following variables are available, where appropriate: .It Li "cursor_y" Ta "" Ta "Cursor Y position in pane" .It Li "history_bytes" Ta "" Ta "Number of bytes in window history" .It Li "history_limit" Ta "" Ta "Maximum window history lines" -.It Li "history_size" Ta "" Ta "Size of history in bytes" +.It Li "history_size" Ta "" Ta "Size of history in lines" .It Li "hook" Ta "" Ta "Name of running hook, if any" .It Li "hook_pane" Ta "" Ta "ID of pane where hook was run, if any" .It Li "hook_session" Ta "" Ta "ID of session where hook was run, if any" |