Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/cliffy.ts>cursorTo

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function cursorTo
import { cursorTo } from "https://deno.land/x/lume@v2.2.1/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