Skip to main content
Module

std/node/_readline.mjs>cursorTo

Deno standard library
Go to Latest
function cursorTo
Re-export
import { cursorTo } from "https://deno.land/std@0.139.0/node/_readline.mjs";

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

Parameters

stream
x
y
callback