You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone
I have a project using blessed to provide a dashboard in the console
everyhting work as expected in linux and mac
But in windows , i tried the default terminal , the powershell ,msys mingw shells and not one of those support mouse events (element click)
No errors logged , just element click is considered as a cursor pointing , even in text inputs , the focus on select is not working
Do we know if windows does not support element click or i am doing something wrong
Thanks
The text was updated successfully, but these errors were encountered:
It is possible that you have the QuickEdit mode enabled. I have programmed with VIM on Windows and I had the same problem. Then I right clicked on the "Title Bar" (for example, on cmd) and selected "Properties".
I clicked on "Options" and disabled QuickEdit mode. I pressed [ESC], tried again and it worked!
Perhaps it will solve the problem, if not, I don‘t know how to solve.
Hi everyone
I have a project using blessed to provide a dashboard in the console
everyhting work as expected in linux and mac
But in windows , i tried the default terminal , the powershell ,msys mingw shells and not one of those support mouse events (element click)
No errors logged , just element click is considered as a cursor pointing , even in text inputs , the focus on select is not working
Do we know if windows does not support element click or i am doing something wrong
Thanks
The text was updated successfully, but these errors were encountered: