1 implementation of Width
MSBuild (1)
TerminalLogger\Terminal.cs (1)
53public int Width
3 references to Width
MSBuild (3)
TerminalLogger\TerminalLogger.cs (3)
1034NodesFrame newFrame = new NodesFrame(_nodes, width: Terminal.Width, height: Terminal.Height); 1245if (indent.Length + line.Length > Terminal.Width) // custom wrapping with indentation 1247WrapText(builder, line, Terminal.Width, indent);