From: Kalle Wallin Date: Tue, 22 Jun 2004 14:00:44 +0000 (+0000) Subject: Added options: audible-bell, visible-bell, wrap-around, find-wrap X-Git-Tag: v0.12_alpha1~499 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=025f73d1d1aa10c5758ab23b3e9359fd43503aae;p=ncmpc.git Added options: audible-bell, visible-bell, wrap-around, find-wrap git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1614 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/doc/config.sample b/doc/config.sample index b0097dc..2f8ba1c 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -8,12 +8,24 @@ ## wide_cursor - make the cursor as wide as the screen #wide-cursor = yes +## wrapped cursor movement +#wrap-around = no + +## wrapped find mode +#find-wrap = yes + ## list-format #list-format = "%name%|[%artist% - ]%title%|%file%" ## status-format #status-format = "[%artist% - ]%title%|%shortfile%" +## sound audible bell on alerts +#audible-bell = yes + +## enable visible bell on alerts +#visible-bell = no + ## ## Color configuration diff --git a/doc/ncmpc.1 b/doc/ncmpc.1 index 40183d3..fb1dfa6 100644 --- a/doc/ncmpc.1 +++ b/doc/ncmpc.1 @@ -72,6 +72,18 @@ ncmpc centers the current track in the playlist window. .B wide\-cursor = yes|no Make the cursor as wide as the screen. .TP +.B wrap\-around = yes|no +Wrapped cursor movement. +.TP +.B find\-wrap = yes|no +Wrapped find mode. +.TP +.B audible\-bell = yes|no +Sound audible bell on alerts. +.TP +.B visible\-bell = yes|no +Visible bell on alerts. +.TP .B list\-format = SONG FORMAT The format used to display songs in the main window. .TP