Table of Contents

CliAnsiWriter.CursorForward Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

This control function moves the cursor to the right by a specified number of columns by emitting CSI n C. The cursor stops at the right border of the page.

public CliAnsiWriter CursorForward(int steps)

Parameters

steps int

The number of steps to move the cursor right.

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.

Remarks