method AnsiEscape.prototype.cursorNextLineimport { AnsiEscape } from "https://dotland.deno.dev/x/cliffy@v0.15.0/mod.ts"; cursorNextLine(count?): thisMove cursor to the beginning of the line n lines down. Parametersoptionalcount = [UNSUPPORTED]Returnsthis