Package: @effect/printer-ansi
Module: AnsiDoc
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) => AnsiDoc
Since v1.0.0