From: Max Kellermann Date: Mon, 9 Feb 2009 16:02:35 +0000 (+0100) Subject: documentation for the new "bell-on-wrap" option X-Git-Tag: release-0.14~111 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a16845a775bc422ff12d102965a6774b0fc230a5;p=ncmpc.git documentation for the new "bell-on-wrap" option --- diff --git a/NEWS b/NEWS index 452dcee..221bf7a 100644 --- 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 diff --git a/doc/config.sample b/doc/config.sample index c3c532c..f15cbd9 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -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 diff --git a/doc/ncmpc.1 b/doc/ncmpc.1 index cb0e1a1..f7592ce 100644 --- a/doc/ncmpc.1 +++ b/doc/ncmpc.1 @@ -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.