ui: set cursorStyle to 'bar'

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2025-07-21 21:41:55 +08:00
parent 92b71481f8
commit 315ba884a6
+2
View File
@@ -253,6 +253,8 @@ const closed = () => {
const openTerm = () => {
term = new Terminal({
cursorBlink: true,
cursorStyle: 'bar',
cursorInactiveStyle: 'none',
fontSize: 16
})