Table of Contents

CliAnsiWriter.CursorBackwardTabulation Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Move the active position n tabs backward by emitting CSI n Z.

public CliAnsiWriter CursorBackwardTabulation(int tabs = 1)

Parameters

tabs int

The number of tabs to move backwards

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.

Remarks