Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function cursorTo
import { cursorTo } from "https://deno.land/std@0.114.0/node/internal/readline/callbacks.js";

moves the cursor to the x and y coordinate on the given stream

Parameters

stream
x
y
callback