Home
last modified time | relevance | path

Searched refs:ANSI_CSI (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/wrap-ansi/
Dindex.js12 const ANSI_CSI = '['; constant
17 const wrapAnsiCode = code => `${ESCAPES.values().next().value}${ANSI_CSI}${code}${ANSI_SGR_TERMINAT…
173 …const {groups} = new RegExp(`(?:\\${ANSI_CSI}(?<code>\\d+)m|\\${ANSI_ESCAPE_LINK}(?<uri>.*)${ANSI_…
/third_party/node/deps/npm/node_modules/wrap-ansi-cjs/
Dindex.js14 const ANSI_CSI = '['; constant
19 const wrapAnsi = code => `${ESCAPES.values().next().value}${ANSI_CSI}${code}${ANSI_SGR_TERMINATOR}`;
175 …const {groups} = new RegExp(`(?:\\${ANSI_CSI}(?<code>\\d+)m|\\${ANSI_ESCAPE_LINK}(?<uri>.*)${ANSI_…
/third_party/node/deps/uv/src/win/
Dtty.c51 #define ANSI_CSI 0x0004 macro
1778 ansi_parser_state = ANSI_CSI;
1786 ansi_parser_state = ANSI_CSI;
1865 } else if (ansi_parser_state & ANSI_CSI) {
/third_party/libuv/src/win/
Dtty.c51 #define ANSI_CSI 0x0004 macro
1778 ansi_parser_state = ANSI_CSI;
1786 ansi_parser_state = ANSI_CSI;
1865 } else if (ansi_parser_state & ANSI_CSI) {