Skip to main content
Module

x/lume/deps/cliffy.ts>cursorTo

🔥 Static site generator for Deno 🦕
Very Popular
Latest
function cursorTo
import { cursorTo } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

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

Parameters

x: number

Position left.

optional
y: number

Position top.

Returns

string