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
The data event does not fire. InputHandler's onData event fires, but has no listeners. Should I subscribe to that event as well?
When I send \u001B[n (sendDeviceAttributes) instead, the Terminal's data event does fire.
xterm version is 3.13.0
The text was updated successfully, but these errors were encountered:
I'm trying to get the terminal's cursor position like this:
The data event does not fire. InputHandler's onData event fires, but has no listeners. Should I subscribe to that event as well?
When I send
\u001B[n
(sendDeviceAttributes) instead, the Terminal's data event does fire.xterm version is 3.13.0
The text was updated successfully, but these errors were encountered: