mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master' into master
This commit is contained in:
		
							
								
								
									
										1
									
								
								window.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								window.c
									
									
									
									
									
								
							@@ -761,6 +761,7 @@ window_lost_pane(struct window *w, struct window_pane *wp)
 | 
				
			|||||||
		if (w->active != NULL) {
 | 
							if (w->active != NULL) {
 | 
				
			||||||
			w->active->flags |= PANE_CHANGED;
 | 
								w->active->flags |= PANE_CHANGED;
 | 
				
			||||||
			notify_window("window-pane-changed", w);
 | 
								notify_window("window-pane-changed", w);
 | 
				
			||||||
 | 
								window_update_focus(w);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	} else if (wp == w->last)
 | 
						} else if (wp == w->last)
 | 
				
			||||||
		w->last = NULL;
 | 
							w->last = NULL;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user