Hello Thomas!

On Sun Sep 14, 2025 at 03:03:29 GMT +03, Thomas Dickey wrote:
> 20250913
> ...
>       > patches by Robin Haberkorn
>         + modify handle_wheel case 2 to ignore the event as in case 1 for
>           mouse version 1, since that corresponds to a button 6 or 7 event
>           which is not supported with ABI 6.
>         + use separate read/write pointers in the mouse event queue to work
>           with too-close events for the click-detection to work reliably,
>           and further improve that in case mouseinterval(0) is used to
>           suppress click-detection.

Great to see that my patches have been merged.
Suppose I want to check for a ncurses version *before* that, I guess
the following will be sufficient:

#if NCURSES_VERSION_PATCH < 20250913
/* workaround
#endif

Some ancient versions of ncurses probably lack the NCURSES_VERSION_PATCH
macro, but the C preprocessor will treat undefined macros as 0 in this
context.

btw. I notice that your Github mirror of ncurses has one commit per weekly
patch. It would be useful if you could include the changelog from your weekly
mails in these Git commit messages.

Best regards,
Robin

-- 
@ii._._.*.._+__.+_+.+...+.+.++..+*+.+._.+...*_*.*.__+__._._.++..+_*.++__+__
.+_..*...+.+_+__.+._.+...*_+_+__._ ...*_ +.+._.+.._+*+_+__._._ .+_..+.+***_
. *_+_+__.+.*.++..+_+.*.__+_ _.+...*_*_+__.++*.+...++..+* +.+.._+__._+_.+..
.++..+*_.*...+*+.+.*_ +*+i2^rj.u#__%uu#_.%uu#_+%uu#_*!+!0a"t1010^t^c^c'0a^#
1010"=d'0a-100000"=d'0auuqq*100+q[_^euu]uq-rq:^/100@oo,+,+,+oqq^t0uq@o*+*!!

Attachment: signature.asc
Description: PGP signature

Reply via email to