aboutsummaryrefslogtreecommitdiff
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 23e5af6f..d593eff6 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"
@@ -261,7 +260,7 @@ const struct options_table_entry options_table[] = {
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,
.flags = OPTIONS_TABLE_IS_ARRAY,
- .default_str = "tmux*:XT,screen*:XT,xterm*:XT",
+ .default_str = "",
.separator = ","
},