editor-mark ( editor -- loc )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Editor gadgets » The caret and mark

Prev:editor-caret ( editor -- loc )
Next:change-caret ( editor quot: ( loc document -- newloc ) -- )


Vocabulary
ui.gadgets.editors

Inputs
editoran editor


Outputs
loca pair of integers


Word description
Outputs the current mark location as a line/column number pair.

See also
editor-caret

Definition