summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c
index 8187ad08..15018226 100644
--- a/options-table.c
+++ b/options-table.c
@@ -19,7 +19,6 @@
#include <sys/types.h>
#include <string.h>
-#include <paths.h>
#include "tmux.h"
@@ -571,7 +570,7 @@ const struct options_table_entry options_table[] = {
{ .name = "lock-command",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SESSION,
- .default_str = "lock -np",
+ .default_str = TMUX_LOCK_CMD,
.text = "Shell command to run to lock a client."
},