Re: [PATCH] Improvement to switch between windows
"Guillermo E. Martinez" <[email protected]> Fri, 01 Jul 2022 08:05:21 -0500
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Organization | Oracle Corp |
| Message-ID | <5604878.DvuYhMxLoT@sali> |
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