get-position in text%
Returns the current selection range in positions.
See also
get-start-position and
get-end-position.
(-> voidsenda-textget-positionstartend)
start: boxed exact non-negative integer or#f
end=#f: boxed exact non-negative integer or#fThe
startbox is filled with the starting position of the selection, unlessstartis#f. Theendbox is filled with the ending position of the selection, unlessendis#f.