chjj / blessed

A high-level terminal interface library for node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mouse events differ in termux

dirtslayer opened this issue · comments

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