Hide the cursor entirely

This commit is contained in:
Dane Everitt 2018-07-21 15:26:54 -07:00
parent a94c6d80f5
commit 38d50c8fc2
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -42,12 +42,14 @@
return {
terminal: new Terminal({
disableStdin: true,
cursorStyle: 'underline',
allowTransparency: true,
fontSize: 12,
fontFamily: 'Menlo,Monaco,Consolas,monospace',
rows: 30,
theme: {
background: 'transparent',
cursor: 'transparent',
}
}),
command: '',