mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
Revert "Expose ‘true colour’ support in $COLORTERM" (#2483)
This reverts commit 57166a57a2.
This commit is contained in:
parent
57166a57a2
commit
4d7ce43755
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ 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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue