mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add popup-style and popup-border-style options, from Alexis Hildebrandt
in GitHub issue 2927.
This commit is contained in:
		@@ -747,7 +747,7 @@ mode_tree_draw(struct mode_tree_data *mtd)
 | 
			
		||||
		mti = mti->parent;
 | 
			
		||||
 | 
			
		||||
	screen_write_cursormove(&ctx, 0, h, 0);
 | 
			
		||||
	screen_write_box(&ctx, w, sy - h);
 | 
			
		||||
	screen_write_box(&ctx, w, sy - h, NULL);
 | 
			
		||||
 | 
			
		||||
	if (mtd->sort_list != NULL) {
 | 
			
		||||
		xasprintf(&text, " %s (sort: %s%s)", mti->name,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user