xterm.js: 3.8.0

This commit is contained in:
Shuanglei Tao
2018-11-29 22:37:18 +08:00
parent 53624a44fa
commit 4d5a099c58
4 changed files with 1222 additions and 6 deletions

View File

@@ -244,7 +244,7 @@ var openWs = function() {
sendMessage(JSON.stringify({AuthToken: authToken}));
if (typeof term !== 'undefined') {
term.destroy();
term.dispose();
}
// expose term handle for some programatic cases