From a16845a775bc422ff12d102965a6774b0fc230a5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Feb 2009 17:02:35 +0100 Subject: [PATCH] documentation for the new "bell-on-wrap" option --- NEWS | 1 + doc/config.sample | 3 +++ doc/ncmpc.1 | 3 +++ 3 files changed, 7 insertions(+) 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. -- 2.30.2