From 4d7ce4375570a04f0cf15bf4e589a99940a4fcae Mon Sep 17 00:00:00 2001 From: CHaBou Date: Wed, 22 Nov 2017 14:28:40 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Expose=20=E2=80=98true=20colour?= =?UTF-8?q?=E2=80=99=20support=20in=20$COLORTERM"=20(#2483)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 57166a57a2361894f8897630fff6d460e96aae3f. --- app/session.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/session.js b/app/session.js index aaa09c07..8ce1ba55 100644 --- a/app/session.js +++ b/app/session.js @@ -26,7 +26,6 @@ module.exports = class Session extends EventEmitter { const baseEnv = Object.assign({}, process.env, { LANG: app.getLocale().replace('-', '_') + '.UTF-8', TERM: 'xterm-256color', - COLORTERM: 'truecolor', TERM_PROGRAM: productName, TERM_PROGRAM_VERSION: version }, envFromConfig);