add support for scrolling the list with mouse wheel by given number of lines
This commit is contained in:
@@ -153,6 +153,9 @@ If enabled, content of other columns will be updated immediately while scrolling
|
||||
.B cyclic_scrolling = yes/no
|
||||
If enabled, cyclic scrolling is used (e.g. if you press down arrow being at the end of list, it'll take you to the beginning)
|
||||
.TP
|
||||
.B mouse_list_scroll_whole_page = yes/no
|
||||
If enabled, mouse wheel will scroll the whole page of item list at a time, otherwise the number of lines specified by lines_scrolled variable.
|
||||
.TP
|
||||
.B lines_scrolled = NUMBER
|
||||
Number of lines that are scrolled with mouse wheel.
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user