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