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

Gabriel Ivăncescu gabrielopcode at gmail.com
Fri Sep 21 06:05:33 CDT 2018


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?



More information about the wine-devel mailing list