mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		@@ -124,7 +124,7 @@ join_pane(struct cmd *self, struct cmd_q *cmdq, int not_same_window)
 | 
			
		||||
		else
 | 
			
		||||
			size = (dst_wp->sx * percentage) / 100;
 | 
			
		||||
	}
 | 
			
		||||
	lc = layout_split_pane(dst_wp, type, size, args_has(args, 'b'));
 | 
			
		||||
	lc = layout_split_pane(dst_wp, type, size, args_has(args, 'b'), 0);
 | 
			
		||||
	if (lc == NULL) {
 | 
			
		||||
		cmdq_error(cmdq, "create pane failed: pane too small");
 | 
			
		||||
		return (CMD_RETURN_ERROR);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user