TextIter.forwardVisibleCursorPositions

Moves up to count visible cursor positions. See TextIter.forwardCursorPosition for details.

class TextIter
bool
forwardVisibleCursorPositions
(
int count
)

Parameters

count int

number of positions to move

Return Value

Type: bool

TRUE if we moved and the new position is dereferenceable

Meta