Searched refs:wrapAnsi (Results 1 – 2 of 2) sorted by relevance
19 const wrapAnsi = code => `${ESCAPES.values().next().value}${ANSI_CSI}${code}${ANSI_SGR_TERMINATOR}`; function192 returnValue += wrapAnsi(code);196 returnValue += wrapAnsi(escapeCode);
207 export default function wrapAnsi(string, columns, options) { function