effect-io-ai

Package: @effect/printer-ansi
Module: Ansi

Ansi.cursorMove

Move the cursor position the specified number of rows and columns relative to the current cursor position.

If the cursor is already at the edge of the screen in either direction, then additional movement will have no effect.

Signature

declare const cursorMove: (column: number, row?: number) => Ansi

Source

Since v1.0.0