aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
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.h
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.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 95e59e36..d6264357 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1575,6 +1575,7 @@ char *paste_make_sample(struct paste_buffer *);
#define FORMAT_STATUS 0x1
#define FORMAT_FORCE 0x2
#define FORMAT_NOJOBS 0x4
+#define FORMAT_VERBOSE 0x8
#define FORMAT_NONE 0
#define FORMAT_PANE 0x80000000U
#define FORMAT_WINDOW 0x40000000U