Searched refs:terminalCode (Results 1 – 2 of 2) sorted by relevance
13 const terminalCode = '\u001b[1G\u001b[0J> \u001b[3G'; constant14 const terminalCodeRegex = new RegExp(terminalCode.replace(/\[/g, '\\['), 'g');23 `${terminalCode}.editor\n` +25 `${input}${output}\n${terminalCode}`;
11 const terminalCode = '\u001b[1G\u001b[0J \u001b[1G'; constant12 const terminalCodeRegex = new RegExp(terminalCode.replace(/\[/g, '\\['), 'g');