From 27578815dace7addeaaf15227aa102705046f843 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 15 Mar 2019 10:04:13 +0000 Subject: Add a -v flag to display-message to show verbose messages as the format is parsed, this gives the user a way to debug problems with formats rather than just being confronted with (for example) a blank status line. --- tmux.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 91c60f8e..4a4b18fa 100644 --- a/tmux.1 +++ b/tmux.1 @@ -4174,7 +4174,7 @@ option. This command works only from inside .Nm . .It Xo Ic display-message -.Op Fl p +.Op Fl pv .Op Fl c Ar target-client .Op Fl t Ar target-pane .Op Ar message @@ -4196,6 +4196,10 @@ if .Fl t is given, otherwise the active pane for the session attached to .Ar target-client . +.Pp +With +.Fl v , +verbose logging is printed as the format is parsed. .El .Sh BUFFERS .Nm -- cgit