mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 04:04:04 +08:00
update files
This commit is contained in:
parent
78f828aadb
commit
812e6a4247
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user