Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-03-19 00:02:39 +00:00
7 changed files with 21 additions and 314 deletions

View File

@ -172,10 +172,6 @@ cmd_show_options_all(struct cmd *self, struct cmdq_item *item,
o = options_first(oo);
while (o != NULL) {
oe = options_table_entry(o);
if (oe != NULL && oe->style != NULL) {
o = options_next(o);
continue;
}
if (!options_isarray(o))
cmd_show_options_print(self, item, o, -1);
else {