mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Rename some flags I'm not happy about.
This commit is contained in:
		
							
								
								
									
										6
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								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 <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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user