Skip to main content
Module

std/node/readline.ts>cursorTo

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

The readline.cursorTo() method moves cursor to the specified position in a given TTY stream.

Parameters

Invoked once the operation completes.

x: number
optional
y: number
optional
callback: () => void

Returns

boolean

false if stream wishes for the calling code to wait for the 'drain' event to be emitted before continuing to write additional data; otherwise true.