From 1d2b7818ecbcf0fc9231b88977daa0a28d17c308 Mon Sep 17 00:00:00 2001 From: CHaBou Date: Wed, 22 Nov 2017 14:29:07 +0100 Subject: [PATCH] =?UTF-8?q?Expose=20=E2=80=98true=20colour=E2=80=99=20supp?= =?UTF-8?q?ort=20in=20$COLORTERM=20(#2484)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Further discussion here: --- app/session.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/session.js b/app/session.js index 3d2a4d82..c9bf8cfd 100644 --- a/app/session.js +++ b/app/session.js @@ -31,6 +31,7 @@ module.exports = class Session extends EventEmitter { { LANG: app.getLocale().replace('-', '_') + '.UTF-8', TERM: 'xterm-256color', + COLORTERM: 'truecolor', TERM_PROGRAM: productName, TERM_PROGRAM_VERSION: version },