Skip to content

Commit

Permalink
Expose ‘true colour’ support in $COLORTERM (#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE authored and chabou committed Nov 22, 2017
1 parent c73d731 commit 57166a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 57166a5

Please sign in to comment.