Remove CMD_SENDENVIRON.

This commit is contained in:
Nicholas Marriott
2013-10-06 00:02:52 +01:00
parent 5eeee39cc1
commit 7e4314eccb
4 changed files with 5 additions and 9 deletions

3
tmux.h
View File

@ -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);