ScrollDown(Int32) Method

Definition

Namespace XenoAtom.Ansi
Assembly XenoAtom.Ansi.dll

Emits CSI scroll down (ESC [ n T).

public AnsiWriter ScrollDown(int n = 1)

Parameters

n
Int32

Number of lines; values <= 0 are treated as 1 by most terminals.

Returns

AnsiWriter
This writer, for fluent chaining.