-
Home
-
API
-
XenoAtom.Ansi
-
AnsiWriter
-
Methods
-
CursorVerticalAbsolute(Int32)
CursorVerticalAbsolute(Int32) Method
Definition
Emits CSI line position absolute (ESC [ row d), 1-based.
public AnsiWriter CursorVerticalAbsolute(int row = 1)
Parameters
- row
- Int32
The 1-based row.
Returns