From 19b147c424fd6056dd8809c2902be521991b0f1c Mon Sep 17 00:00:00 2001 From: unitwk Date: Sun, 27 Nov 2022 19:22:23 +0800 Subject: [PATCH] Fix: default close color term --- src/entity/instance/Instance_config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/instance/Instance_config.ts b/src/entity/instance/Instance_config.ts index 2e6abfc..41ddbd4 100755 --- a/src/entity/instance/Instance_config.ts +++ b/src/entity/instance/Instance_config.ts @@ -31,7 +31,7 @@ export default class InstanceConfig { // terminal option public terminalOption = { - haveColor: true, + haveColor: false, pty: true, ptyWindowCol: 140, ptyWindowRow: 40