diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-06-05 23:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-06-05 23:02:26 +0100 |
commit | c91680822df84f6db2f8ce650e457d59d37f3856 (patch) | |
tree | c2ff1cb796bbaeecc26544beeb1666fdb39ecae5 /tmux.h | |
parent | 37bb993f539012a65ea44e0e35f8cf88f27dfe19 (diff) | |
parent | 8f40796f05f2db0ff8b2c9231054b62b511a7ba0 (diff) | |
download | rtmux-c91680822df84f6db2f8ce650e457d59d37f3856.tar.gz rtmux-c91680822df84f6db2f8ce650e457d59d37f3856.tar.bz2 rtmux-c91680822df84f6db2f8ce650e457d59d37f3856.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1326,6 +1326,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; |