summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-03-25 15:59:57 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-03-25 15:59:57 +0000
commite44bd9f750bc374ae116a849e7ccde4efabc034a (patch)
tree3d01e5f4520c05cdd01c6d4b30e67c8d1bc53c2c /options-table.c
parent58bb6f8c5650d496fb3b872766c0278aa024631d (diff)
Revert the command-prefix change which breaks sequences of commands.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/options-table.c b/options-table.c
index 5f9c81b1..ae711882 100644
--- a/options-table.c
+++ b/options-table.c
@@ -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,