screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Improvement to switch between windows


From: Guillermo E. Martinez
Subject: Re: [PATCH] Improvement to switch between windows
Date: Fri, 01 Jul 2022 08:05:21 -0500

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]