mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-29 09:44:26 +00:00
* Fix `cursorTo` requiring a `y` parameter When `y` is omitted, `cursorTo` moves the cursor to the first character of the current line. When `y` is required, there is no way to use this capability of `cursorTo`. * Re-add `cursorTo` test when not passing down `y` parameter