CliAnsiWriter.CursorHorizontalAbsolute Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Moves the active position to the n-th character of the active line
by emitting CSI n G
public CliAnsiWriter CursorHorizontalAbsolute(int position)
Parameters
positionintThe horizontal position.