aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2019-03-15 10:04:13 +0000
committernicm <nicm>2019-03-15 10:04:13 +0000
commit27578815dace7addeaaf15227aa102705046f843 (patch)
tree13c829f5c3a4deb722c7b9dc6e8675fc5a2ebc8c /tmux.1
parent25e2e227913095c79d3c043da84db254c51f9c8c (diff)
downloadrtmux-27578815dace7addeaaf15227aa102705046f843.tar.gz
rtmux-27578815dace7addeaaf15227aa102705046f843.tar.bz2
rtmux-27578815dace7addeaaf15227aa102705046f843.zip
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.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 5 insertions, 1 deletions
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