diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-21 20:01:22 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-21 20:01:22 +0100 |
commit | 921991c98d6fd596c958b07b5f5aba7c434e8f9f (patch) | |
tree | 42f00694a9edf1793209be4842987379d0171542 /tmux.h | |
parent | 4d3367e9657002c4b68867c8d58e2f5b7ae90612 (diff) | |
parent | 63b6eec27889e4c38b4a051a1bb3463f153cc2c8 (diff) | |
download | rtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.tar.gz rtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.tar.bz2 rtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1418,7 +1418,6 @@ enum cmd_retval { /* Command parse result. */ enum cmd_parse_status { - CMD_PARSE_EMPTY, CMD_PARSE_ERROR, CMD_PARSE_SUCCESS }; |