diff options
author | nicm <nicm> | 2019-06-05 20:00:53 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-06-05 20:00:53 +0000 |
commit | 8f40796f05f2db0ff8b2c9231054b62b511a7ba0 (patch) | |
tree | d5d32dbdcb1960e21e7cd877b71033cbb8ee1dbd /tmux.h | |
parent | 09e90c1645a8ecd1e467b13a743bb46d48febd37 (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |