From 367b4e4e0f1d78589398cddb609b33be870af30c Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 16 May 2020 15:47:22 +0000 Subject: Change message log to be per server rather than per client and include every command that is run. --- tmux.1 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index d115329d..bac95e88 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1311,15 +1311,10 @@ Rename the session to .Op Fl t Ar target-client .Xc .D1 (alias: Ic showmsgs ) -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 +Show server messages or information. +Messages are stored, up to a maximum of the limit set by the .Ar message-limit server option. -With -.Fl t , -display the log for -.Ar target-client . .Fl J and .Fl T -- cgit