From 78c96751e6dc0bd894b5e38e065d2a317bee620c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 14 Jan 2009 22:16:57 +0000 Subject: Rename some flags I'm not happy about. --- tmux.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 5733cb0a..ab9d30ba 100644 --- a/tmux.h +++ b/tmux.h @@ -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 @@ -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 -- cgit