Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/moused/
H A Dmoused.c475 static int opt_scroll_threshold = -1; variable
739 opt_scroll_threshold = ul; in main()
1882 if (opt_scroll_threshold >= 0) in r_init_scroll()
1883 scroll->threshold = opt_scroll_threshold; in r_init_scroll()