ttyx
ttyx copied to clipboard
A terminal for your browser, using node/express/socket.io
Hi, there's a sixel enabled version of xterm.js that is not upstreaming here: https://github.com/PerBothner/xterm.js/tree/sixel no idea how to build it though :( more info on sixel https://github.com/saitoha/libsixel xterm.js/pull/2503 xterm.js/pull/1940
there is code in there to process mouse clicks like an xterm, but it hasn't worked in years, I think. (Since at least before I forked tty.js.) But for applications...
If the client tries to send keystrokes to a closed pty (i.e. if a session reconnected after a disconnect longer than the session timeout) send an event to the client...
Use Keyboard Lock API, if available. (Is this something that xterm.js will do? Or do I need to do it in ttyx?) https://wicg.github.io/keyboard-lock/ https://www.chromestatus.com/feature/5642959835889664
Hi There, This is great.. Thanks for your effort in bringing back the simplicity of tty.js and giving it a new life.. Do you know how can I customize the...