On Thursday, June 30, 2022 8:52:34 PM CDT david kerns wrote: Hello David, Thanks for your comments!
> I would recommend you check for an exact match first, then if that fails,
> try the partial.
Actually it is already done by:
for (p = windows; p; p = p->w_next)
if (!strcmp(p->w_title, s))
return p;
> On Thu, Jun 30, 2022 at 5:51 PM Guillermo E. Martinez <
>[...]
Regards,
guillermo
