mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Expose ‘true colour’ support in $COLORTERM (#2484)
Further discussion here: <gist.github.com/XVilka/8346728#detection>
This commit is contained in:
parent
9bc5a004a1
commit
1d2b7818ec
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ module.exports = class Session extends EventEmitter {
|
||||||
{
|
{
|
||||||
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
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue