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

Huw Davies huw at codeweavers.com
Fri Sep 21 05:45:22 CDT 2018


On Thu, Sep 20, 2018 at 06:54:28PM +0300, Gabriel Ivăncescu wrote:
> On Thu, Sep 20, 2018 at 3:51 PM, Nikolay Sivov <nsivov at codeweavers.com> wrote:
> > Maybe filter with iscntrlW() with exceptions?
> >
> Do you think it's a better approach with iscntrlW? (and keep the range
> between \b and \r then as the exceptions?). Unfortunately it would
> still look like a semi-hack due to the exceptions which are needed, at
> least for backspace and maybe tab. Not sure if it's better honestly.

Yes, I think iscntrlW() would be better.

Huw.



More information about the wine-devel mailing list