chjj / blessed

A high-level terminal interface library for node.js.
Other
11.2k stars 528 forks source link

Mouse events differ in termux #400

Open dirtslayer opened 4 years ago

dirtslayer commented 4 years ago

i am testing what events are being generated when a user presses a button.

https://github.com/dirtslayer/learn-blessed/blob/master/button-test.js

Its basically copied code from the examples.

I got the simple_form demo to work at home on the linux, but not in android termux

When this demo runs in termux the click and press events are not firing, but the mouse event is.

I hope termux on android is supported, if not, your close anyway

Thanks