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

1
tmux.h
View File

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