mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:tmux/tmux
This commit is contained in:
		@@ -938,8 +938,8 @@ retry:
 | 
			
		||||
		server_status_client(c);
 | 
			
		||||
 | 
			
		||||
		/* Find default state if the pane is known. */
 | 
			
		||||
		if (KEYC_IS_MOUSE(key) && m->valid && wp != NULL) {
 | 
			
		||||
			cmd_find_clear_state(&fs, NULL, 0);
 | 
			
		||||
		if (wp != NULL) {
 | 
			
		||||
			fs.s = s;
 | 
			
		||||
			fs.wl = fs.s->curw;
 | 
			
		||||
			fs.w = fs.wl->window;
 | 
			
		||||
@@ -948,10 +948,9 @@ retry:
 | 
			
		||||
 | 
			
		||||
			if (!cmd_find_valid_state(&fs))
 | 
			
		||||
				fatalx("invalid key state");
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		/* Dispatch the key binding. */
 | 
			
		||||
			key_bindings_dispatch(bd, c, m, &fs);
 | 
			
		||||
		} else
 | 
			
		||||
			key_bindings_dispatch(bd, c, m, NULL);
 | 
			
		||||
		key_bindings_unref_table(table);
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user