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.
This commit is contained in:
nicm
2019-03-15 10:04:13 +00:00
parent 25e2e22791
commit 27578815da
4 changed files with 154 additions and 54 deletions

6
tmux.1
View File

@ -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