diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2009-11-11 00:31:03 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2009-11-11 00:31:52 +0100 |
commit | 35a182d79edb4dd1643141b8bfe6030a3483adfc (patch) | |
tree | b249b9c3ea032382b71eee7cd29a792633e7be8a /doc | |
parent | c6e26e121fb14b24c8fe5ff8056e57500a823b4d (diff) |
add support for scrolling the list with mouse wheel by given number of lines
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config | 2 | ||||
-rw-r--r-- | doc/ncmpcpp.1 | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -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 |