mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 11:34:05 +08:00
update files
This commit is contained in:
parent
75ac413229
commit
61312f349f
@ -74,7 +74,8 @@ function createXTerm(name, xtermNode){
|
|||||||
refresh(runtime.xterm);
|
refresh(runtime.xterm);
|
||||||
} else {
|
} else {
|
||||||
var xterm = new Terminal({
|
var xterm = new Terminal({
|
||||||
scrollback: 80,
|
rows: 66,
|
||||||
|
scrollback: 66,
|
||||||
convertEol: true,
|
convertEol: true,
|
||||||
fgColor: 'inherit',
|
fgColor: 'inherit',
|
||||||
bgColor: 'transparent'
|
bgColor: 'transparent'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user