Revert WIP parts of previous I didn't mean to commit yet.

This commit is contained in:
nicm
2017-01-16 14:52:25 +00:00
parent 68db958477
commit ef15b4195f
6 changed files with 46 additions and 135 deletions

View File

@@ -65,13 +65,6 @@ const struct options_table_entry options_table[] = {
.default_num = 20
},
{ .name = "command-alias",
.type = OPTIONS_TABLE_ARRAY,
.scope = OPTIONS_TABLE_SERVER,
.default_str = "split-pane=split-window,"
"splitp=split-window"
},
{ .name = "default-terminal",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,