mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Modify the isCursorInitialized default true
This commit is contained in:
@@ -78,7 +78,7 @@ export class MockCharsetService implements ICharsetService {
|
||||
|
||||
export class MockCoreService implements ICoreService {
|
||||
public serviceBrand: any;
|
||||
public isCursorInitialized: boolean = false;
|
||||
public isCursorInitialized: boolean = true;
|
||||
public isCursorHidden: boolean = false;
|
||||
public isFocused: boolean = false;
|
||||
public modes: IModes = {
|
||||
|
||||
Reference in New Issue
Block a user