update files

This commit is contained in:
nuintun 2015-11-25 00:29:16 +08:00
parent 12a617fce5
commit 8a900f149b
2 changed files with 4 additions and 3 deletions

View File

@ -495,6 +495,7 @@ header [class*=" icon-"] {
background: url(../images/no-data.png) center no-repeat; background: url(../images/no-data.png) center no-repeat;
} }
.ui-terminal-cursor { .ui-terminal-cursor {
color: #181818; }
background-color: #fff; .ui-terminal-cursor:after {
content: "_"
} }

View File

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