1 write to lineWidth
WsatConfig (1)
CommandLine\OptionUsage.cs (1)
228
this.
lineWidth
= GetBufferWidth();
5 references to lineWidth
WsatConfig (5)
CommandLine\OptionUsage.cs (5)
249
if (cursorLeft ==
lineWidth
)
263
if (indentLength >=
lineWidth
)
281
if (indentLength >=
lineWidth
)
419
return this.
lineWidth
- this.cursorLeft;
427
return this.
lineWidth
- this.indentLength;