diff options
author | nicm <nicm> | 2019-03-15 10:04:13 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-03-15 10:04:13 +0000 |
commit | 27578815dace7addeaaf15227aa102705046f843 (patch) | |
tree | 13c829f5c3a4deb722c7b9dc6e8675fc5a2ebc8c /tmux.h | |
parent | 25e2e227913095c79d3c043da84db254c51f9c8c (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |