mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 19:44:35 +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;
|
||||
}
|
||||
.ui-terminal-cursor {
|
||||
text-decoration: underline;
|
||||
background: #fff;
|
||||
color: #181818;
|
||||
}
|
||||
|
@ -60,8 +60,8 @@ function createXTerm(name, xtermNode){
|
||||
} else {
|
||||
var xterm = new Terminal({
|
||||
rows: 66,
|
||||
cursor: false,
|
||||
scrollback: 66,
|
||||
cursorBlink: false,
|
||||
convertEOL: true,
|
||||
fgColor: 'inherit',
|
||||
bgColor: 'transparent'
|
||||
|
Loading…
x
Reference in New Issue
Block a user