blessed-contrib icon indicating copy to clipboard operation
blessed-contrib copied to clipboard

No mouse support? is the project abandoned?

Open voltuer opened this issue 5 years ago • 4 comments

Hi, I'm in love with this library but I can't interact with my mouse anywere, in fact when using the scroll wheel I get escape characters all over the screen.

Blessed supports mouse events since a long time ago and I wonder why doesn't Blessed-contrib.

voltuer avatar May 26 '20 19:05 voltuer

Hello, @sebolio . I don't think this project is abandoned. They have recently accepted my pull request for adding a mouse support in table widget

jkga avatar Jul 17 '20 12:07 jkga

Hello, @sebolio . I don't think this project is abandoned. They have recently accepted my pull request for adding a mouse support in table widget

awesome! any plans to add support for other modules?

voltuer avatar Jul 27 '20 07:07 voltuer

I am still not doing my pending CLI apps made with blessed and blessed-contrib for a while, but will definitely send a PR if time permits. Its also good to know that there many developers that still working on fixes and make this library great 👍

jkga avatar Jul 28 '20 08:07 jkga

they ary both support mouse on win10 . https://github.com/migueldeicaza/gui.cs https://github.com/prompt-toolkit/python-prompt-toolkit ,

But , gui.cs scrollbar performance is bad , and python-prompt-toolkit scrollbar not support mouse drag/click.

625781186 avatar Sep 02 '21 15:09 625781186