aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-10-06 00:02:52 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-10-06 00:02:52 +0100
commit7e4314eccbc9dd36340e6ca3d0eccfc7e678b219 (patch)
treedf72e35bee1e335c5a77cf9336706b9229b86862 /tmux.h
parent5eeee39cc18a1205f69dd42c626312b9456ead4b (diff)
downloadrtmux-7e4314eccbc9dd36340e6ca3d0eccfc7e678b219.tar.gz
rtmux-7e4314eccbc9dd36340e6ca3d0eccfc7e678b219.tar.bz2
rtmux-7e4314eccbc9dd36340e6ca3d0eccfc7e678b219.zip
Remove CMD_SENDENVIRON.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index b6b66fba..dd351950 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1447,8 +1447,7 @@ struct cmd_entry {
#define CMD_STARTSERVER 0x1
#define CMD_CANTNEST 0x2
-#define CMD_SENDENVIRON 0x4
-#define CMD_READONLY 0x8
+#define CMD_READONLY 0x4
int flags;
void (*key_binding)(struct cmd *, int);