[PATCH v2 4/8] shell32/autocomplete: Don't autocomplete at all on most control characters

Huw Davies huw at codeweavers.com
Fri Sep 21 06:32:06 CDT 2018


On Fri, Sep 21, 2018 at 02:05:33PM +0300, Gabriel Ivăncescu wrote:
> On Fri, Sep 21, 2018 at 1:45 PM, Huw Davies <huw at codeweavers.com> wrote:
> >
> > Yes, I think iscntrlW() would be better.
> >
> > Huw.
> 
> Something like this?
> 
> iscntrlW(wParam) && !(wParam >= '\b' && wParam <= '\r')
> 
> Or do you have other exceptions in mind?

How many exceptions (to iscntrlW()) do you actually need?

Huw.



More information about the wine-devel mailing list