summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-11-11 00:31:03 +0100
committerAndrzej Rybczak <electricityispower@gmail.com>2009-11-11 00:31:52 +0100
commit35a182d79edb4dd1643141b8bfe6030a3483adfc (patch)
treeb249b9c3ea032382b71eee7cd29a792633e7be8a /doc
parentc6e26e121fb14b24c8fe5ff8056e57500a823b4d (diff)
add support for scrolling the list with mouse wheel by given number of lines
Diffstat (limited to 'doc')
-rw-r--r--doc/config2
-rw-r--r--doc/ncmpcpp.13
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/config b/doc/config
index 9eb40bb8..7f6d72fb 100644
--- a/doc/config
+++ b/doc/config
@@ -284,6 +284,8 @@
#
#mouse_support = "yes"
#
+#mouse_list_scroll_whole_page = "yes"
+#
#empty_tag_marker = "<empty>"
#
#enable_window_title = "yes"
diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1
index 5a37b0e2..c4907d63 100644
--- a/doc/ncmpcpp.1
+++ b/doc/ncmpcpp.1
@@ -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