Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 19b147c

Browse files
committed
Fix: default close color term
1 parent 3ae2f4b commit 19b147c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entity/instance/Instance_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default class InstanceConfig {
3131

3232
// terminal option
3333
public terminalOption = {
34-
haveColor: true,
34+
haveColor: false,
3535
pty: true,
3636
ptyWindowCol: 140,
3737
ptyWindowRow: 40

0 commit comments

Comments
 (0)