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:
		@@ -210,7 +210,7 @@ layout_parse(struct window *w, const char *layout)
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
	if (lc->sx != sx || lc->sy != sy) {
 | 
			
		||||
	if (lc->type != LAYOUT_WINDOWPANE && (lc->sx != sx || lc->sy != sy)) {
 | 
			
		||||
		log_debug("fix layout %u,%u to %u,%u", lc->sx, lc->sy, sx,sy);
 | 
			
		||||
		layout_print_cell(lc, __func__, 0);
 | 
			
		||||
		lc->sx = sx - 1; lc->sy = sy - 1;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user