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@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.