diff --git a/ui/src/components/RttyTerm.vue b/ui/src/components/RttyTerm.vue index d8e4c83..105e6e7 100644 --- a/ui/src/components/RttyTerm.vue +++ b/ui/src/components/RttyTerm.vue @@ -253,6 +253,8 @@ const closed = () => { const openTerm = () => { term = new Terminal({ cursorBlink: true, + cursorStyle: 'bar', + cursorInactiveStyle: 'none', fontSize: 16 })