From 1b0512aa7e942e0a641ece7d86e92cf943eb62be Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 13 May 2019 20:07:02 +0000 Subject: [PATCH] Always include Lock in the menu. --- format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.c b/format.c index 79e7a94b..a99db16b 100644 --- a/format.c +++ b/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|" \