From e44bd9f750bc374ae116a849e7ccde4efabc034a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 25 Mar 2013 15:59:57 +0000 Subject: Revert the command-prefix change which breaks sequences of commands. --- options-table.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'options-table.c') 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, -- cgit