6 writes to cursorLeft
WsatConfig (6)
CommandLine\OptionUsage.cs (6)
227
this.
cursorLeft
= GetConsoleCursorLeft();
337
this.
cursorLeft
+= wordLength;
364
this.
cursorLeft
+= wordLength;
397
cursorLeft
++;
405
this.
cursorLeft
+= this.indentLength;
412
this.
cursorLeft
= 0;
4 references to cursorLeft
WsatConfig (4)
CommandLine\OptionUsage.cs (4)
249
if (
cursorLeft
== lineWidth)
311
if ((this.
cursorLeft
== 0) && (index != 0))
388
else if (this.
cursorLeft
== 0 && index != 0)
419
return this.lineWidth - this.
cursorLeft
;