aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-06-05 20:00:53 +0000
committernicm <nicm>2019-06-05 20:00:53 +0000
commit8f40796f05f2db0ff8b2c9231054b62b511a7ba0 (patch)
treed5d32dbdcb1960e21e7cd877b71033cbb8ee1dbd /tmux.h
parent09e90c1645a8ecd1e467b13a743bb46d48febd37 (diff)
downloadrtmux-8f40796f05f2db0ff8b2c9231054b62b511a7ba0.tar.gz
rtmux-8f40796f05f2db0ff8b2c9231054b62b511a7ba0.tar.bz2
rtmux-8f40796f05f2db0ff8b2c9231054b62b511a7ba0.zip
Add a -v flag to source-file to show the commands and line numbers.
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 3849790c..f8ceb95d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1324,6 +1324,7 @@ struct cmd_parse_input {
#define CMD_PARSE_QUIET 0x1
#define CMD_PARSE_PARSEONLY 0x2
#define CMD_PARSE_NOALIAS 0x4
+#define CMD_PARSE_VERBOSE 0x8
const char *file;
u_int line;