Skip to main content
method Interface.prototype.getCursorPos
Interface.prototype.getCursorPos(): CursorPos
Deprecated

Returns the real position of the cursor in relation to the input prompt + string. Long input (wrapping) strings, as well as multiple line prompts are included in the calculations.

Return Type

Back to top