webrepl
webrepl copied to clipboard
Upgrade (umaintained) term.js to (maintained) xterm.js
When troubleshooting mobile browser support for webrepl, I noticed that the included term.js is no longer maintained and has been succeeded by xterm.js.
So I replaced term.js with the most recent version (v5.3.0) of xterm.js and updated webrepl to use the slightly newer library.
Also, this update means that mobile browsers with touch keyboards are now supported by WebREPL!