]> git.neil.brown.name Git - edlib.git/commit
ncurses: set mouseinterval back to zero.
authorNeilBrown <neil@brown.name>
Sat, 22 May 2021 06:13:34 +0000 (16:13 +1000)
committerNeilBrown <neil@brown.name>
Sat, 22 May 2021 07:00:23 +0000 (17:00 +1000)
commite3c54125758d6b64e7690e885dca08c1afd30af1
treef1a2afa5a95a3e3dc2ef638a8cd824ad614742b7
parent764d977f8bfa055a0b1543f60bc9e4a4992a66e9
ncurses: set mouseinterval back to zero.

The git log suggests I had to make it non-zero for things to work, but
just now they weren't working.  In particular a double click resulted in
Press Press Release Release.
This is with libncursesw 6.1+20181013-2+deb10u2

Changing to mouseinterval(0) make it work as expected - for now.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
display-ncurses.c