Searched defs:terminalWidth (Results 1 – 2 of 2) sorted by relevance
168 const terminalWidth = sys.getWidthOfTerminal?.() ?? 0; constant434 const terminalWidth = sys.getWidthOfTerminal?.() ?? 0; constant
110013 …function getPrettyOutput(left, right, rightAlignOfLeft, leftAlignOfRight, terminalWidth, colorLeft… argument