Searched refs:COLORTERM (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/pseudo-tty/ |
D | test-tty-color-support.js | 37 [{ COLORTERM: '1' }, 4], property 38 [{ COLORTERM: 'truecolor' }, 24], 39 [{ COLORTERM: '24bit' }, 24], 64 [{ TERM: 'dumb', COLORTERM: '1' }, 1], 67 [{ COLORTERM: '24bit', FORCE_COLOR: '' }, 4], 70 [{ NO_COLOR: '1', COLORTERM: '24bit' }, 1], 71 [{ NO_COLOR: '', COLORTERM: '24bit' }, 1], 73 [{ NO_COLOR: 'true', FORCE_COLOR: 0, COLORTERM: 'truecolor' }, 1], 74 [{ TERM: 'xterm-256color', COLORTERM: 'truecolor' }, 24],
|
/third_party/node/lib/internal/ |
D | tty.js | 196 if (env.COLORTERM === 'truecolor' || env.COLORTERM === '24bit') { 216 if (env.COLORTERM) {
|
/third_party/node/deps/npm/node_modules/color-support/ |
D | index.js | 80 if (!options.ignoreDumb && term === 'dumb' && !env.COLORTERM) { 129 if (env.COLORTERM) {
|
D | README.md | 39 9. If `COLORTERM` environment variable is set, then support 16 colors.
|
/third_party/node/deps/npm/node_modules/chalk/source/vendor/supports-color/ |
D | index.js | 130 if (env.COLORTERM === 'truecolor') {
|
/third_party/node/deps/npm/node_modules/supports-color/ |
D | index.js | 130 if (env.COLORTERM === 'truecolor') {
|
/third_party/FreeBSD/ |
D | UPDATING | 813 ls(1) now respects the COLORTERM environment variable used in other 816 be disabled again by either removing the unwanted COLORTERM from your
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 27663 if (env.COLORTERM === 'truecolor') { 27686 if ('COLORTERM' in env) {
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 4009 if (env.COLORTERM === "truecolor") { 4032 if ("COLORTERM" in env) {
|