update files

This commit is contained in:
nuintun 2015-11-25 00:39:21 +08:00
parent e33c218a21
commit 4f2e43670b
2 changed files with 3 additions and 5 deletions

View File

@ -494,8 +494,6 @@ header [class*=" icon-"] {
height: calc(100% - 32px);
background: url(../images/no-data.png) center no-repeat;
}
.ui-terminal-cursor {
}
.ui-terminal-cursor:after {
content: "_"
.ui-terminal-cursor:before {
content: "_";
}

View File

@ -127,7 +127,7 @@ module.exports = Vue.component('app-main', {
xterm.open();
xtermNode.appendChild(xterm.element);
xterm.focus();
xterm.startBlink();
//xterm.startBlink();
console.log(xterm);