From f62f83a5e588eb5ec1577005dd6319024c72dca4 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 13 May 2019 20:07:03 +0000 Subject: Always include Lock in the menu. --- usr.bin/tmux/format.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/tmux') diff --git a/usr.bin/tmux/format.c b/usr.bin/tmux/format.c index 155ef81d239..9cf76987eef 100644 --- a/usr.bin/tmux/format.c +++ b/usr.bin/tmux/format.c @@ -1,4 +1,4 @@ -/* $OpenBSD: format.c,v 1.193 2019/05/10 18:09:51 nicm Exp $ */ +/* $OpenBSD: format.c,v 1.194 2019/05/13 20:07:02 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -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|" \ -- cgit v1.2.3