editor-prev ( editor elt -- )


Vocabulary
ui.gadgets.editors

Definition
USING: kernel ;

IN: ui.gadgets.editors

: editor-prev ( editor elt -- )
[ editor-select-prev ] [ drop mark>caret ] 2bi ;