]> prime8.dev >> repos - ttyd.git/commit
html: upgrade to xterm 5.4.0 (#1303)
authorMichael Lorant <mikel@mlvision.com.au>
Tue, 5 Mar 2024 02:35:02 +0000 (13:35 +1100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 02:35:02 +0000 (10:35 +0800)
commit09e7fd8148a99c92ed40822f7c2d39f428a16056
tree7e886c4b099e21cdd48029acba162580fca0f6c3
parent68521f5b029f3faba7b693e59cf4c175ad06a0db
html: upgrade to xterm 5.4.0 (#1303)

* html: Upgrade xterm.js

Upgrade xterm.js to the latest stable release.

As part of this upgrade, the xterm packages have been scoped as the
unscoped packages were not updated.

The addons have also been upgraded to match the compatible versions.

As part of this upgrade, a compatibility issue was identified with the
Gulp task to inline source. By disabling compression, this allowed the
task to complete successfully. The size of the source file `html.h` did
not change significantly which indicates compression was not being
applied previously.

Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
* html: rebuild header file

---------

Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
Co-authored-by: Shuanglei Tao <tsl0922@gmail.com>
html/gulpfile.js
html/package.json
html/src/components/app.tsx
html/src/components/terminal/index.tsx
html/src/components/terminal/xterm/addons/overlay.ts
html/src/components/terminal/xterm/addons/zmodem.ts
html/src/components/terminal/xterm/index.ts
html/yarn.lock
src/html.h