How do I set the cursor position?
The only public API to do this is xterm.write via ANSI escape codes.
xterm.write
I use this library in this demo to set the cursor position.
Related to #1400
Most helpful comment
The only public API to do this is
xterm.writevia ANSI escape codes.I use this library in this demo to set the cursor position.
Related to #1400