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

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

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function cursorTo
import { cursorTo } from "https://deno.land/x/actionify@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