effect-io-ai

Package: @effect/printer-ansi
Module: AnsiDoc

AnsiDoc.cursorBackward

Moves the cursor backward by the specified number of columns (default 1) relative to the current cursor position.

If the cursor is already at the edge of the screen, this has no effect.

Signature

declare const cursorBackward: (columns?: number) => AnsiDoc

Source

Since v1.0.0