Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/alloy_folk/deps.ts>cliffy.cursorTo

An application installer for restriced macOS
Go to Latest
function cliffy.cursorTo
import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { cursorTo } = cliffy;

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

Parameters

x: number

Position left.

optional
y: number

Position top.

Returns

string