mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Rename cmdq_shared to cmdq_state which will better reflect what it is
(going to be) used for.
This commit is contained in:
		@@ -54,8 +54,8 @@ static enum cmd_retval
 | 
			
		||||
cmd_split_window_exec(struct cmd *self, struct cmdq_item *item)
 | 
			
		||||
{
 | 
			
		||||
	struct args		*args = cmd_get_args(self);
 | 
			
		||||
	struct cmdq_shared	*shared = cmdq_get_shared(item);
 | 
			
		||||
	struct cmd_find_state	*current = &shared->current;
 | 
			
		||||
	struct cmdq_state	*state = cmdq_get_state(item);
 | 
			
		||||
	struct cmd_find_state	*current = &state->current;
 | 
			
		||||
	struct cmd_find_state	*target = cmdq_get_target(item);
 | 
			
		||||
	struct spawn_context	 sc;
 | 
			
		||||
	struct client		*c = cmd_find_client(item, NULL, 1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user