Home
last modified time | relevance | path

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

/dports/audio/vitunes/vitunes-2.3/
H A Dkeybindings.h126 void kba_scroll_col(KbaArgs a);
H A Dkeybindings.c98 { scroll_left, kba_scroll_col, true, { .direction = LEFT, .amount = SINGLE }},
99 { scroll_right, kba_scroll_col, true, { .direction = RIGHT, .amount = SINGLE }},
100 { scroll_leftmost, kba_scroll_col, true, { .direction = LEFT, .amount = WHOLE }},
101 { scroll_rightmost, kba_scroll_col, true, { .direction = RIGHT, .amount = WHOLE }},
605 kba_scroll_col(KbaArgs a) in kba_scroll_col() function