Home
last modified time | relevance | path

Searched refs:SELECTION_SCROLL_NOT (Results 1 – 3 of 3) sorted by relevance

/dports/x11/foot/foot/
H A Dselection.c1241 case SELECTION_SCROLL_NOT: in fdm_scroll_timer()
1263 xassert(direction != SELECTION_SCROLL_NOT); in selection_start_scroll_timer()
1313 xassert(term->selection.auto_scroll.direction == SELECTION_SCROLL_NOT); in selection_stop_scroll_timer()
1319 term->selection.auto_scroll.direction = SELECTION_SCROLL_NOT; in selection_stop_scroll_timer()
H A Dterminal.h261 enum selection_scroll_direction {SELECTION_SCROLL_NOT, SELECTION_SCROLL_UP, SELECTION_SCROLL_DOWN}; enumerator
H A Dinput.c2158 : SELECTION_SCROLL_NOT; in wl_pointer_motion()
2160 if (auto_scroll_direction == SELECTION_SCROLL_NOT) in wl_pointer_motion()
2165 if (auto_scroll_direction != SELECTION_SCROLL_NOT) { in wl_pointer_motion()