canonical / lxd-demo-server

The LXD demo server
https://linuxcontainers.org/lxd/try-it
Apache License 2.0
74 stars 24 forks source link

Change term.js to xterm.js #19

Closed nutterthanos closed 5 years ago

nutterthanos commented 5 years ago

The lxd-demo-server still uses a non maintained fork of xterm.js https://github.com/chjj/term.js

stgraber commented 5 years ago

I don't mind switching to something else but it's not a simple drop in replacement and I don't have time to spend the number of hours needed for a switch which at best nobody would notice and at worse would cause some regressions.

If you care and have the time then send a pull request and with sufficient testing, we can switch over to it.

nutterthanos commented 5 years ago

Yeah but an update to any web browser might make and break the JavaScript code of term.js

nutterthanos commented 5 years ago

Also one more thing it’s that I can’t copy any text from the terminal window on mobile but paste works.

nutterthanos commented 5 years ago

Anyway its just a demo so no point then Closing Issue. edit: Well it might change when a update to the JavaScript component in web browsers happens that breaks the term.js code. Issue will reopen when someone notices it that its broken unless a new issue opens or pull request from me or someone else.