Home
last modified time | relevance | path

Searched refs:SELECTION_UNDIR (Results 1 – 2 of 2) sorted by relevance

/dports/x11/foot/foot/
H A Dselection.c740 if (term->selection.direction == SELECTION_UNDIR) in selection_update()
761 if (term->selection.direction == SELECTION_UNDIR && in selection_update()
802 case SELECTION_UNDIR: in selection_update()
825 case SELECTION_UNDIR: in selection_update()
1013 enum selection_direction direction = SELECTION_UNDIR; in selection_extend_block()
1161 term->selection.direction = SELECTION_UNDIR; in selection_cancel()
H A Dterminal.h260 enum selection_direction {SELECTION_UNDIR, SELECTION_LEFT, SELECTION_RIGHT}; enumerator