mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +00:00
Always include Lock in the menu.
This commit is contained in:
parent
c5f660e33a
commit
1b0512aa7e
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 Others,o,detach-client -a|" \
|
||||
"|" \
|
||||
"#{?#{lock-command},Lock,},l,lock-client"
|
||||
"Lock,l,lock-client"
|
||||
#define DEFAULT_SESSION_MENU \
|
||||
"Next,n,switch-client -n|" \
|
||||
"Previous,p,switch-client -p|" \
|
||||
|
Loading…
Reference in New Issue
Block a user