Skip to content

Commit c2c308a

Browse files
authored
chore: update the xtermjs to v6 and fix session creation (#2487)
* chore: update the xtermjs to v6 - updated the themes with new fields - added option to turn off the xtermjs scrollabr - fixed touch related stuff introduced in new version * fix: scroll, selection * translation * fix * fix: selection flicker when window resize * fix(terminal): wait for AXS server readiness before creating session * fix
1 parent 095786c commit c2c308a

43 files changed

Lines changed: 1483 additions & 1083 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bun.lock

Lines changed: 19 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 43 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@
152152
"@lezer/highlight": "^1.2.3",
153153
"@lezer/lr": "^1.4.7",
154154
"@ungap/custom-elements": "^1.3.0",
155-
"@xterm/addon-attach": "^0.11.0",
156-
"@xterm/addon-fit": "^0.10.0",
157-
"@xterm/addon-image": "^0.8.0",
158-
"@xterm/addon-search": "^0.15.0",
159-
"@xterm/addon-unicode11": "^0.8.0",
160-
"@xterm/addon-web-links": "^0.11.0",
161-
"@xterm/addon-webgl": "^0.18.0",
162-
"@xterm/xterm": "^5.5.0",
155+
"@xterm/addon-attach": "^0.12.0",
156+
"@xterm/addon-fit": "^0.11.0",
157+
"@xterm/addon-image": "^0.9.0",
158+
"@xterm/addon-search": "^0.16.0",
159+
"@xterm/addon-unicode11": "^0.9.0",
160+
"@xterm/addon-web-links": "^0.12.0",
161+
"@xterm/addon-webgl": "^0.19.0",
162+
"@xterm/xterm": "^6.0.0",
163163
"acorn": "^8.16.0",
164164
"autosize": "^6.0.1",
165165
"codemirror": "^6.0.2",

0 commit comments

Comments
 (0)