diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-03-08 16:28:56 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-03-08 16:28:56 +0000 |
commit | 77603c4f2de1961b3da141b3e6e4ce2f983365d4 (patch) | |
tree | 4ea1533af8574a91a074fbebea204380f5e00dc8 /tmux.1 | |
parent | 7019f77c05f45ea9267f7e768d0abb0b6a928a25 (diff) | |
parent | 9880114aff0b48649f00266125da1dc3c94a70eb (diff) | |
download | rtmux-77603c4f2de1961b3da141b3e6e4ce2f983365d4.tar.gz rtmux-77603c4f2de1961b3da141b3e6e4ce2f983365d4.tar.bz2 rtmux-77603c4f2de1961b3da141b3e6e4ce2f983365d4.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |