mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Always include Lock in the menu.
This commit is contained in:
		
							
								
								
									
										2
									
								
								format.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								format.c
									
									
									
									
									
								
							@@ -60,7 +60,7 @@ static void	 format_defaults_winlink(struct format_tree *, struct winlink *);
 | 
				
			|||||||
	"Detach & Kill,X,detach-client -P|" \
 | 
						"Detach & Kill,X,detach-client -P|" \
 | 
				
			||||||
	"Detach Others,o,detach-client -a|" \
 | 
						"Detach Others,o,detach-client -a|" \
 | 
				
			||||||
	"|" \
 | 
						"|" \
 | 
				
			||||||
	"#{?#{lock-command},Lock,},l,lock-client"
 | 
						"Lock,l,lock-client"
 | 
				
			||||||
#define DEFAULT_SESSION_MENU \
 | 
					#define DEFAULT_SESSION_MENU \
 | 
				
			||||||
	"Next,n,switch-client -n|" \
 | 
						"Next,n,switch-client -n|" \
 | 
				
			||||||
	"Previous,p,switch-client -p|" \
 | 
						"Previous,p,switch-client -p|" \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user