selStart

fun selStart(forUndo: Boolean): Int?

Returns the selection start position for undo or redo operations.

Return

The selection start position, or null if no selection exists.

Parameters

forUndo

If true, returns the undo selection start; if false, returns the redo selection start.