From 7a95e9bf7ec80c7b87dda73749e59f359371d78a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 6 May 2020 13:43:22 +0100 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 475cc20f..2859062e 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