Code

documentation for the new "bell-on-wrap" option
authorMax Kellermann <max@duempel.org>
Mon, 9 Feb 2009 16:02:35 +0000 (17:02 +0100)
committerMax Kellermann <max@duempel.org>
Mon, 9 Feb 2009 16:02:35 +0000 (17:02 +0100)
NEWS
doc/config.sample
doc/ncmpc.1

diff --git a/NEWS b/NEWS
index 452dceee81a9e4d158f3484ad2acfd4f65100691..221bf7abb44ace9bb3f85d9dbfd61b125646aadf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
 ncmpc 0.14 - not yet released
+  * bell on wrapped search (optionally)
 
 
 ncmpc 0.13 - 2009-01-09
index c3c532ca2970ed0d7c3cb38f5ce2128a1de98c2b..f15cbd95f421e1b98016485e5e76e557023cc329 100644 (file)
@@ -19,6 +19,9 @@
 ## wrapped find mode
 #find-wrap = yes
 
+## ring bell when find wraps around
+#bell-on-wrap = no
+
 ## show last pattern when using find
 #find-show-last = no
 
index cb0e1a1ecb0f672ae5f5c8f9d237f094fc7cc5ea..f7592ce99cdc306ced7079ae2158b77865b8f98e 100644 (file)
@@ -83,6 +83,9 @@ Wrapped cursor movement.
 .TP 
 .B find\-wrap = yes|no
 Wrapped find mode.
+.TP
+.B bell\-on\-wrap = yes|no
+Ring bell when find wraps around.
 .TP 
 .B audible\-bell = yes|no
 Sound audible bell on alerts.