21 Sep
2018
21 Sep
'18
11:32 a.m.
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(a)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.