method Readline.prototype.moveCursor
Jump to headingReadline.prototype.moveCursor(dx: number,dy: number,): thisThe rl.moveCursor() method adds to the internal list of pending action an
action that moves the cursor relative to its current position in the
associated stream.
Call rl.commit() to see the effect of this method, unless autoCommit: true was passed to the constructor.
Parameters Jump to heading
Jump to headingdx: numberJump to headingdy: numberReturn Type Jump to heading
thisthis