mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.
This commit is contained in:
		@@ -73,7 +73,7 @@ const struct cmd_entry cmd_set_option_entry = {
 | 
			
		||||
 | 
			
		||||
	.tflag = CMD_WINDOW_CANFAIL,
 | 
			
		||||
 | 
			
		||||
	.flags = 0,
 | 
			
		||||
	.flags = CMD_AFTERHOOK,
 | 
			
		||||
	.exec = cmd_set_option_exec
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -86,7 +86,7 @@ const struct cmd_entry cmd_set_window_option_entry = {
 | 
			
		||||
 | 
			
		||||
	.tflag = CMD_WINDOW_CANFAIL,
 | 
			
		||||
 | 
			
		||||
	.flags = 0,
 | 
			
		||||
	.flags = CMD_AFTERHOOK,
 | 
			
		||||
	.exec = cmd_set_option_exec
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user