Rename some flags I'm not happy about.

This commit is contained in:
Nicholas Marriott
2009-01-14 22:16:57 +00:00
parent 145b2685a1
commit 78c96751e6
10 changed files with 22 additions and 22 deletions

6
tmux.h
View File

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