Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/node/_readline.mjs>cursorTo

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function cursorTo
Re-export
import { cursorTo } from "https://deno.land/std@0.137.0/node/_readline.mjs";

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

Parameters

stream
x
y
callback