From 683ca270d4b3ffc64a0d9cb86161dfb48a7fe0ca Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 7 Mar 2014 15:37:01 +0000 Subject: Make message-limit a server option. --- tmux.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 4d090522..2e17c655 100644 --- a/tmux.1 +++ b/tmux.1 @@ -782,7 +782,7 @@ Show client messages or server information. Any messages displayed on the status line are saved in a per-client message log, up to a maximum of the limit set by the .Ar message-limit -session option for the session attached to that client. +server option. With .Fl t , display the log for @@ -2138,6 +2138,10 @@ passed through to applications running in .Nm . Attached clients should be detached and attached again after changing this option. +.It Ic message-limit Ar number +Set the number of error or information messages to save in the message log for +each client. +The default is 100. .It Xo Ic quiet .Op Ic on | off .Xc @@ -2359,10 +2363,6 @@ With the flag to the .Ic set-option command the new style is added otherwise the existing style is replaced. -.It Ic message-limit Ar number -Set the number of error or information messages to save in the message log for -each client. -The default is 20. .It Ic message-style Ar style Set status line message style. For how to specify -- cgit