Home
last modified time | relevance | path

Searched refs:COLORTERM (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/pseudo-tty/
Dtest-tty-color-support.js37 [{ 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/
Dtty.js196 if (env.COLORTERM === 'truecolor' || env.COLORTERM === '24bit') {
216 if (env.COLORTERM) {
/third_party/node/deps/npm/node_modules/color-support/
Dindex.js80 if (!options.ignoreDumb && term === 'dumb' && !env.COLORTERM) {
129 if (env.COLORTERM) {
DREADME.md39 9. If `COLORTERM` environment variable is set, then support 16 colors.
/third_party/node/deps/npm/node_modules/chalk/source/vendor/supports-color/
Dindex.js130 if (env.COLORTERM === 'truecolor') {
/third_party/node/deps/npm/node_modules/supports-color/
Dindex.js130 if (env.COLORTERM === 'truecolor') {
/third_party/FreeBSD/
DUPDATING813 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/
Dlint-md.mjs27663 if (env.COLORTERM === 'truecolor') {
27686 if ('COLORTERM' in env) {
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs4009 if (env.COLORTERM === "truecolor") {
4032 if ("COLORTERM" in env) {