Skip to main content
Module

x/scaffold/src/deps/cli.ts>cursorTo

scaffold your next project with style and 💗
Latest
function cursorTo
import { cursorTo } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

Move cursor to x, y, counting from the top left corner.

Parameters

x: number

Position left.

optional
y: number

Position top.

Returns

string