mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
ui: set cursorStyle to 'bar'
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
@@ -253,6 +253,8 @@ const closed = () => {
|
||||
const openTerm = () => {
|
||||
term = new Terminal({
|
||||
cursorBlink: true,
|
||||
cursorStyle: 'bar',
|
||||
cursorInactiveStyle: 'none',
|
||||
fontSize: 16
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user