summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2017-10-25 14:14:52 +0000
committernicm <nicm>2017-10-25 14:14:52 +0000
commit578a63bbc9ac29378f844827fc393e21ae6cb6b6 (patch)
tree67aa560ef182f570aa4b35049ff4d2ce5dcc1332 /options-table.c
parent78ae4ee82c4596de09b6e6f379e83d638ff2752d (diff)
Default allow-rename to off because it is ridiculous that applications
are even able to do this and confusing when they do.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index a4d450d7..c3363e48 100644
--- a/options-table.c
+++ b/options-table.c
@@ -548,7 +548,7 @@ const struct options_table_entry options_table[] = {
{ .name = "allow-rename",
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_WINDOW,
- .default_num = 1
+ .default_num = 0
},
{ .name = "alternate-screen",