dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.43k stars 113 forks source link

selection with mouse in `multiselect` PoC is not working #2699

Open michaelsbradleyjr opened 1 year ago

michaelsbradleyjr commented 1 year ago

Observed with notcurses version 3.0.9 and latest commit on master.

I've tried with several terminals on macOS and Linux, including Kitty, Wezterm, iTerm2, etc.

Mouse click on an item doesn't result in it being selected. Mouse clicks on the up and down arrows also don't work. However, mouse scrolling works, e.g. with two-finger swipe up/down on my laptop's trackpad.

The same problems are not experienced with the selector PoC.

Maybe related to #2628.