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