IonicaBizau / web-term

:tv: A fullscreen terminal in your browser.
MIT License
168 stars 21 forks source link

Upgrade to Xterm #55

Open espoal opened 7 years ago

espoal commented 7 years ago

Term.js has been deprecated, and XTerm.js has replaced it.

Any reason why not upgrade? I could try to do it myself this Christmas holidays.

Do you have any test suite to verify that Xterm doesn't break anything?

excellent project btw.

IonicaBizau commented 7 years ago

Any reason why not upgrade?

Currently it just works. :joy: And I didn't have time to do it.

Do you have any test suite to verify that Xterm doesn't break anything?

Currently no... Would be nice to have.


I'd be happy to merge such a pull request.

subins2000 commented 3 years ago

Xterm.js since using canvas doesn't work well for languages like Malayalam, Tamil, Arabic etc. Major system terminal emulators doesn't support these language display support and so I looked for browser based ones. This is the only alternative I found that works with Malayalam language output. Please don't migrate to XTerm.js until they fix their complex ligature support.

Thank you for making this <3