mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.
This commit is contained in:
		@@ -37,7 +37,7 @@ const struct cmd_entry cmd_unbind_key_entry = {
 | 
			
		||||
	.args = { "ant:T:", 0, 1 },
 | 
			
		||||
	.usage = "[-an] [-t mode-table] [-T key-table] key",
 | 
			
		||||
 | 
			
		||||
	.flags = 0,
 | 
			
		||||
	.flags = CMD_AFTERHOOK,
 | 
			
		||||
	.exec = cmd_unbind_key_exec
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user