Expose ‘true colour’ support in $COLORTERM (#2478)

This commit is contained in:
ELLIOTTCABLE 2017-11-22 04:19:33 -06:00 committed by CHaBou
parent c73d7317af
commit 57166a57a2

View file

@ -26,6 +26,7 @@ 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);