Revert the command-prefix change which breaks sequences of commands.

This commit is contained in:
Nicholas Marriott
2013-03-25 15:59:57 +00:00
parent 58bb6f8c56
commit e44bd9f750
5 changed files with 15 additions and 49 deletions

View File

@ -502,11 +502,6 @@ const struct options_table_entry window_options_table[] = {
.default_num = 1
},
{ .name = "command-prefix",
.type = OPTIONS_TABLE_STRING,
.default_str = "exec "
},
{ .name = "force-height",
.type = OPTIONS_TABLE_NUMBER,
.minimum = 0,