readline.cursorTo(stream, x[, y][, callback])
stream<stream.Writable>x<number>y<number>callback<Function> 在操作完成后调用。- 返回值: <boolean> 如果
stream希望调用代码在继续写入额外数据之前等待'drain'事件触发,则返回false;否则返回true。
readline.cursorTo() 方法将光标移动到给定 文字电话 stream 中的指定位置。
【The readline.cursorTo() method moves cursor to the specified position in a
given TTY stream.】