summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2019-03-18 14:10:25 +0000
committernicm <nicm>2019-03-18 14:10:25 +0000
commit2628af573d98f7bdd4db02c7a80c860b867a45fb (patch)
treec24323e11d4cb609bc22a03327b40606ed45ac05 /tmux.1
parentce6be7afd4d10b542f9cce8634d6bdd81754f775 (diff)
Add format variables for the default formats for the various modes
(tree_mode_format and so on) and add a -a flag to display-message to list variables with values.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.19
1 files changed, 5 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index ce036018..c7b7d812 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4177,7 +4177,7 @@ option.
This command works only from inside
.Nm .
.It Xo Ic display-message
-.Op Fl pv
+.Op Fl apv
.Op Fl c Ar target-client
.Op Fl t Ar target-pane
.Op Ar message
@@ -4200,9 +4200,10 @@ if
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.
+.Fl v
+prints verbose logging as the format is parsed and
+.Fl a
+lists the format variables and their values.
.El
.Sh BUFFERS
.Nm