Uplevel xterm.js

The terminal should be a lot faster at processing output now thanks to
sourcelair/xterm.js#422

Also of note: sourcelair/xterm.js#417: changed escape sequence for alt-arrow to work on bash on os x
This commit is contained in:
Daniel Imms 2016-12-28 06:48:12 -08:00
parent eef791035a
commit d298183b26
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View file

@ -430,9 +430,9 @@
"resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.0.tgz"
},
"xterm": {
"version": "2.1.0",
"from": "git+https://github.com/Tyriar/xterm.js.git#vscode-release/1.8",
"resolved": "git+https://github.com/Tyriar/xterm.js.git#81f0516e1098439116ac1344ae3074f51c5bcf52"
"version": "2.2.0",
"from": "git+https://github.com/Tyriar/xterm.js.git#vscode-release/1.9",
"resolved": "git+https://github.com/Tyriar/xterm.js.git#618e6bbd0a0ebaabc4b06ab10bea89768ded62b5"
},
"yauzl": {
"version": "2.3.1",

View file

@ -35,7 +35,7 @@
"vscode-debugprotocol": "1.15.0",
"vscode-textmate": "2.3.2",
"winreg": "1.2.0",
"xterm": "git+https://github.com/Tyriar/xterm.js.git#vscode-release/1.8",
"xterm": "git+https://github.com/Tyriar/xterm.js.git#vscode-release/1.9",
"yauzl": "2.3.1"
},
"devDependencies": {