bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue with mouse event reporting (ncurses 6.2 and 6.3)


From: Thomas Dickey
Subject: Re: Issue with mouse event reporting (ncurses 6.2 and 6.3)
Date: Sat, 8 Jan 2022 17:30:20 -0500
User-agent: Mutt/1.10.1 (2018-07-13)

On Mon, Jan 03, 2022 at 05:14:46PM -0500, Thomas Dickey wrote:
> On Mon, Jan 03, 2022 at 10:13:06PM +0100, Anton Vidovic wrote:
> > Hello Thomas,
> > 
> > while testing Lisp bindings to ncurses mouse functions (with
> > NCURSES_MOUSE_VERSION 2), an user reported the following ncurses bug:
> ...
> > This seems to be an issue with ncurses, tested with the release version
> > of ncurses 6.3 and 6.2, and this would be a minimal example:
> ...
> > I hope you can find an opportunity to look into this.
> 
> thanks - I'll take a look.
> 
> offhand, perhaps that's a problem with the 1006-mode

hmm - no.

This is an old issue (I verified by testing with ncurses 5.9).

I may be able to improve it, but the explanation is that ncurses
collects the single click/release events and reduces those into
double/triple-clicks if the mouse mask says that double/triple
are wanted.  It's "always" done this...

(I vaguely recall that this was discussed a _long_ time ago).

-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]