Fix NPEs on buffer line and windowsPty option

This commit is contained in:
Daniel Imms
2023-06-09 10:02:43 -07:00
parent dd7b16f28a
commit af709ea462
6 changed files with 95 additions and 95 deletions

View File

@@ -11,11 +11,11 @@
"tas-client-umd": "0.1.8",
"vscode-oniguruma": "1.7.0",
"vscode-textmate": "9.0.0",
"xterm": "5.2.0",
"xterm-addon-canvas": "0.4.0",
"xterm-addon-image": "0.4.0",
"xterm-addon-search": "0.12.0",
"xterm": "5.3.0-beta.1",
"xterm-addon-canvas": "0.5.0-beta.1",
"xterm-addon-image": "0.4.1",
"xterm-addon-search": "0.13.0-beta.1",
"xterm-addon-unicode11": "0.5.0",
"xterm-addon-webgl": "0.15.0"
"xterm-addon-webgl": "0.16.0-beta.1"
}
}