summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 539be06)
raw | patch | inline | side by side (parent: 539be06)
author | Kalle Wallin <kaw@linux.se> | |
Tue, 22 Jun 2004 14:00:44 +0000 (14:00 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Tue, 22 Jun 2004 14:00:44 +0000 (14:00 +0000) |
doc/config.sample | patch | blob | history | |
doc/ncmpc.1 | patch | blob | history |
diff --git a/doc/config.sample b/doc/config.sample
index b0097dce1f1522447bacc75e1dae496a60e058bd..2f8ba1ceca81df15bf305af85f9a71eaa80a9acd 100644 (file)
--- a/doc/config.sample
+++ b/doc/config.sample
## 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 40183d35c8c386b1e0f1c28c4157a678ca048f02..fb1dfa61d1680ca1a95c44e3b3f7a51f0afa31f8 100644 (file)
--- a/doc/ncmpc.1
+++ b/doc/ncmpc.1
.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