mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Move cmdq_state into cmd-queue.c.
This commit is contained in:
		| @@ -85,8 +85,7 @@ static enum cmd_retval | ||||
| cmd_select_window_exec(struct cmd *self, struct cmdq_item *item) | ||||
| { | ||||
| 	struct args		*args = cmd_get_args(self); | ||||
| 	struct cmdq_state	*state = cmdq_get_state(item); | ||||
| 	struct cmd_find_state	*current = &state->current; | ||||
| 	struct cmd_find_state	*current = cmdq_get_current(item); | ||||
| 	struct cmd_find_state	*target = cmdq_get_target(item); | ||||
| 	struct winlink		*wl = target->wl; | ||||
| 	struct session		*s = target->s; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nicm
					nicm