Searched refs:wrapAnsiCode (Results 1 – 1 of 1) sorted by relevance
17 const wrapAnsiCode = code => `${ESCAPES.values().next().value}${ANSI_CSI}${code}${ANSI_SGR_TERMINAT… function190 returnValue += wrapAnsiCode(code);194 returnValue += wrapAnsiCode(escapeCode);