From 0b4c408168c170f0986a8dd862ec949942b2eaa8 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 8 Oct 2017 16:45:01 +0000 Subject: [PATCH] Fix description of history_size, from Campbell Barton. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.1 b/tmux.1 index 218a16d2..1d02efab 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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"