diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-14 22:16:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-14 22:16:57 +0000 |
commit | 78c96751e6dc0bd894b5e38e065d2a317bee620c (patch) | |
tree | 6f2fe95e92a4ce2de5a16d7a8ee6e9ff590f04ec /tmux.h | |
parent | 145b2685a1a42257e410307b1a20adb0bb95d39b (diff) | |
download | rtmux-78c96751e6dc0bd894b5e38e065d2a317bee620c.tar.gz rtmux-78c96751e6dc0bd894b5e38e065d2a317bee620c.tar.bz2 rtmux-78c96751e6dc0bd894b5e38e065d2a317bee620c.zip |
Rename some flags I'm not happy about.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.233 2009-01-14 22:13:30 nicm Exp $ */ +/* $Id: tmux.h,v 1.234 2009-01-14 22:16:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -813,8 +813,8 @@ struct cmd_entry { #define CMD_STARTSERVER 0x1 #define CMD_CANTNEST 0x2 -#define CMD_ONEARG 0x4 -#define CMD_ZEROONEARG 0x8 +#define CMD_ARG1 0x4 +#define CMD_ARG01 0x8 #define CMD_CANREPEAT 0x10 #define CMD_KFLAG 0x10 #define CMD_DFLAG 0x20 |