mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add an option menu-selected-style to configure the currently selected
menu item, from Alexis Hildebrandt.
This commit is contained in:
		@@ -963,7 +963,7 @@ mode_tree_display_menu(struct mode_tree_data *mtd, struct client *c, u_int x,
 | 
			
		||||
	else
 | 
			
		||||
		x = 0;
 | 
			
		||||
	if (menu_display(menu, 0, 0, NULL, x, y, c, BOX_LINES_DEFAULT, NULL,
 | 
			
		||||
	    NULL, NULL, mode_tree_menu_callback, mtm) != 0)
 | 
			
		||||
	    NULL, NULL, NULL, mode_tree_menu_callback, mtm) != 0)
 | 
			
		||||
		menu_free(menu);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user