Table of Contents

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

position int

The horizontal position.

Returns

CliAnsiWriter

Remarks