Saner defaults for mouse scrolling

This commit is contained in:
Andrzej Rybczak
2020-12-20 17:32:18 +01:00
parent 31798fd1c7
commit 93ac620065
3 changed files with 8 additions and 8 deletions

View File

@@ -287,9 +287,6 @@ If enabled, text in header window will scroll if its length is longer then actua
.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 lines_scrolled = NUMBER
Number of lines that are scrolled with mouse wheel.
.TP
.B lyrics_fetchers = FETCHERS
Comma separated list of lyrics fetchers.
.TP
@@ -371,6 +368,9 @@ If set to yes, mouse support will be enabled.
.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
.B empty_tag_marker = TEXT
Text that will be displayed, if requested tag is not set.
.TP