Home
last modified time | relevance | path

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

/dports/audio/vitunes/vitunes-2.3/
H A Dkeybindings.c608 int maxhoff; in kba_scroll_col() local
620 maxhoff = 0; in kba_scroll_col()
623 maxhoff = mi_display_getwidth() - ui.active->w; in kba_scroll_col()
631 maxhoff = maxlen - ui.active->w; in kba_scroll_col()
638 if (ui.active->hoffset > maxhoff) in kba_scroll_col()
639 ui.active->hoffset = maxhoff; in kba_scroll_col()
647 ui.active->hoffset = maxhoff; in kba_scroll_col()