CursorBackTab(Int32) Method

Definition

Assembly XenoAtom.Terminal.dll

Moves the cursor to the previous horizontal tab stop (CBT) (ESC [ n Z).

public static TerminalInstance CursorBackTab(int n = 1)

Parameters

n
Int32

The number of tab stops to move back; values <= 0 are treated as 1 by most terminals.

Returns

TerminalInstance
This writer, for fluent chaining.