From 578a63bbc9ac29378f844827fc393e21ae6cb6b6 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 25 Oct 2017 14:14:52 +0000 Subject: Default allow-rename to off because it is ridiculous that applications are even able to do this and confusing when they do. --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options-table.c') 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", -- cgit