mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
Expose ‘true colour’ support in $COLORTERM (#2478)
This commit is contained in:
parent
c73d7317af
commit
57166a57a2
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ module.exports = class Session extends EventEmitter {
|
||||||
const baseEnv = Object.assign({}, process.env, {
|
const baseEnv = Object.assign({}, process.env, {
|
||||||
LANG: app.getLocale().replace('-', '_') + '.UTF-8',
|
LANG: app.getLocale().replace('-', '_') + '.UTF-8',
|
||||||
TERM: 'xterm-256color',
|
TERM: 'xterm-256color',
|
||||||
|
COLORTERM: 'truecolor',
|
||||||
TERM_PROGRAM: productName,
|
TERM_PROGRAM: productName,
|
||||||
TERM_PROGRAM_VERSION: version
|
TERM_PROGRAM_VERSION: version
|
||||||
}, envFromConfig);
|
}, envFromConfig);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue