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 { 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: '',