mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Make choose-tree actually work again.
This commit is contained in:
		@@ -203,8 +203,9 @@ windows_only:
 | 
				
			|||||||
					cur_win = idx_ses;
 | 
										cur_win = idx_ses;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			xasprintf(&final_win_action, "%s ; %s",
 | 
								xasprintf(&final_win_action, "%s %s %s",
 | 
				
			||||||
			    wcd ? wcd->command : "",  win_action);
 | 
								    wcd != NULL ? wcd->command : "",
 | 
				
			||||||
 | 
								    wcd != NULL ? ";" : "", win_action);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if (win_ses != win_max)
 | 
								if (win_ses != win_max)
 | 
				
			||||||
				cur_win_template = final_win_template_middle;
 | 
									cur_win_template = final_win_template_middle;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user