Skip to content

Commit 38d50c8

Browse files
committed
Hide the cursor entirely
1 parent a94c6d8 commit 38d50c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/assets/scripts/components/server/subpages/ConsolePage.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@
4242
return {
4343
terminal: new Terminal({
4444
disableStdin: true,
45+
cursorStyle: 'underline',
4546
allowTransparency: true,
4647
fontSize: 12,
4748
fontFamily: 'Menlo,Monaco,Consolas,monospace',
4849
rows: 30,
4950
theme: {
5051
background: 'transparent',
52+
cursor: 'transparent',
5153
}
5254
}),
5355
command: '',

0 commit comments

Comments
 (0)