xterm.js: 3.2.0

This commit is contained in:
Shuanglei Tao
2018-03-24 12:26:22 +08:00
parent ff1f19d9ef
commit 2d78f5c6a5
4 changed files with 10 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
"bulma": "^0.6.1",
"core-js": "^2.5.3",
"fast-text-encoding": "^1.0.0",
"xterm": "^3.0.2",
"xterm": "^3.2.0",
"zmodem.js": "^0.1.5"
},
"devDependencies": {

View File

@@ -22,6 +22,10 @@ html, body {
background-color: #2b2b2b;
}
#terminal-container .terminal {
padding: 5px;
}
#modal strong {
color: #268bd2;
}

View File

@@ -5134,9 +5134,9 @@ wrappy@1:
version "4.0.1"
resolved "http://registry.npm.taobao.org/xtend/download/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
xterm@^3.0.2:
version "3.0.2"
resolved "http://registry.npm.taobao.org/xterm/download/xterm-3.0.2.tgz#1acc6317367f4290b6be2d4ac1af0d2631fdbb35"
xterm@^3.2.0:
version "3.2.0"
resolved "http://registry.npm.taobao.org/xterm/download/xterm-3.2.0.tgz#da50f54a83d81463c0a2c9f2e0a5d14d3867df02"
y18n@^3.2.1:
version "3.2.1"

4
src/index.html vendored

File diff suppressed because one or more lines are too long