aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-08-21 17:25:32 +0000
committernicm <nicm>2021-08-21 17:25:32 +0000
commit5241dae87de88906dc5c1dc271a4f25522a22d4c (patch)
tree17be354eb3556ed62cfdc74f2a8e4ecfe6599a22 /tmux.h
parent68cacaec68ca8300e0ea439abdf9db16e74241bb (diff)
downloadrtmux-5241dae87de88906dc5c1dc271a4f25522a22d4c.tar.gz
rtmux-5241dae87de88906dc5c1dc271a4f25522a22d4c.tar.bz2
rtmux-5241dae87de88906dc5c1dc271a4f25522a22d4c.zip
Stop caring about empty commands, just treat as a null command.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 3a825526..f8dcac49 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1417,7 +1417,6 @@ enum cmd_retval {
/* Command parse result. */
enum cmd_parse_status {
- CMD_PARSE_EMPTY,
CMD_PARSE_ERROR,
CMD_PARSE_SUCCESS
};