Returns the bounds of the selection in a display-pane.
capi
display-pane-selection pane => start, end
pane⇩ |
A display-pane. |
Non-negative integers. |
The function display-pane-selection
returns as multiple values the bounding indexes of the selection in pane. That is, start is the inclusive index of the first selected character, and end is one greater than the index of the last selected character.
If there is no selection, then both start and end are the caret position in pane.
set-display-pane-selection
display-pane
display-pane-selected-text
display-pane-selection-p
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42