update files

This commit is contained in:
nuintun 2015-11-26 22:42:19 +08:00
parent 78f828aadb
commit 812e6a4247
2 changed files with 3 additions and 2 deletions

View File

@ -495,5 +495,6 @@ 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 {
text-decoration: underline; background: #fff;
color: #181818;
} }

View File

@ -60,8 +60,8 @@ function createXTerm(name, xtermNode){
} else { } else {
var xterm = new Terminal({ var xterm = new Terminal({
rows: 66, rows: 66,
cursor: false,
scrollback: 66, scrollback: 66,
cursorBlink: false,
convertEOL: true, convertEOL: true,
fgColor: 'inherit', fgColor: 'inherit',
bgColor: 'transparent' bgColor: 'transparent'