Add an option to disable the window rename escape sequence, from Romain

Francoise.
This commit is contained in:
Nicholas Marriott
2012-01-20 19:15:40 +00:00
parent e6519d3e27
commit dcad13155b
3 changed files with 14 additions and 0 deletions

View File

@@ -436,6 +436,11 @@ const struct options_table_entry window_options_table[] = {
.default_num = 0
},
{ .name = "allow-rename",
.type = OPTIONS_TABLE_FLAG,
.default_num = 1
},
{ .name = "alternate-screen",
.type = OPTIONS_TABLE_FLAG,
.default_num = 1