mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Do not ignore the "off" flag when checking if a pane should be stopped,
GitHub issue 3250.
This commit is contained in:
		@@ -2221,7 +2221,8 @@ server_client_check_pane_buffer(struct window_pane *wp)
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		wpo = control_pane_offset(c, wp, &flag);
 | 
							wpo = control_pane_offset(c, wp, &flag);
 | 
				
			||||||
		if (wpo == NULL) {
 | 
							if (wpo == NULL) {
 | 
				
			||||||
			off = 0;
 | 
								if (!flag)
 | 
				
			||||||
 | 
									off = 0;
 | 
				
			||||||
			continue;
 | 
								continue;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (!flag)
 | 
							if (!flag)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user