Fix filtering so it works after the change to only show windows if they

have multiple panes.
This commit is contained in:
nicm
2017-08-09 13:44:36 +00:00
parent 5dd5543fe4
commit ac2ba0961b
2 changed files with 33 additions and 17 deletions

View File

@ -478,7 +478,6 @@ options_match_get(struct options *oo, const char *s, int *idx, int only,
return (o);
}
const char *
options_get_string(struct options *oo, const char *name)
{