Hide the cursor entirely
This commit is contained in:
parent
a94c6d80f5
commit
38d50c8fc2
1 changed files with 2 additions and 0 deletions
|
@ -42,12 +42,14 @@
|
||||||
return {
|
return {
|
||||||
terminal: new Terminal({
|
terminal: new Terminal({
|
||||||
disableStdin: true,
|
disableStdin: true,
|
||||||
|
cursorStyle: 'underline',
|
||||||
allowTransparency: true,
|
allowTransparency: true,
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
fontFamily: 'Menlo,Monaco,Consolas,monospace',
|
fontFamily: 'Menlo,Monaco,Consolas,monospace',
|
||||||
rows: 30,
|
rows: 30,
|
||||||
theme: {
|
theme: {
|
||||||
background: 'transparent',
|
background: 'transparent',
|
||||||
|
cursor: 'transparent',
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
command: '',
|
command: '',
|
||||||
|
|
Loading…
Reference in a new issue