mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add a -O flag to display-menu to change the mouse behaviour and not
close the menu when the mouse is released, from teo_paul1 at yahoo dot com.
This commit is contained in:
		
							
								
								
									
										1
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								tmux.h
									
									
									
									
									
								
							@@ -2978,6 +2978,7 @@ __dead void printflike(1, 2) fatalx(const char *, ...);
 | 
			
		||||
/* menu.c */
 | 
			
		||||
#define MENU_NOMOUSE 0x1
 | 
			
		||||
#define MENU_TAB 0x2
 | 
			
		||||
#define MENU_STAYOPEN 0x4
 | 
			
		||||
struct menu	*menu_create(const char *);
 | 
			
		||||
void		 menu_add_items(struct menu *, const struct menu_item *,
 | 
			
		||||
		    struct cmdq_item *, struct client *,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user