summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-08-24 00:36:37 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2009-08-24 00:36:37 +0200
commit195d8b4e34ba495266e55a53d0755fc37c09db2b (patch)
treea5d07de330803c3b042828ddab3456054edf001b /doc
parentf1389103c2b0d8d610864228788192d73a87b6c5 (diff)
ask if one really wants to clear main playlist (disabled by default)
Diffstat (limited to 'doc')
-rw-r--r--doc/config2
-rw-r--r--doc/ncmpcpp.13
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/config b/doc/config
index cfbace71..458b3716 100644
--- a/doc/config
+++ b/doc/config
@@ -197,6 +197,8 @@
#
#display_screens_numbers_on_start = "yes"
#
+#ask_before_clearing_main_playlist = "no"
+#
#clock_display_seconds = "no"
#
#regular_expressions = "basic" (basic/extended)
diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1
index 9db900cb..ac9a7111 100644
--- a/doc/ncmpcpp.1
+++ b/doc/ncmpcpp.1
@@ -186,6 +186,9 @@ If set to "playlist", Search engine will perform searching in current MPD playli
.B display_screens_numbers_on_start = yes/no
If enabled, screens' names and their keybindings will be shown in header window until key is pressed, otherwise they won't be displayed at all.
.TP
+.B ask_before_clearing_main_playlist = yes/no
+If enabled, user will be asked if he really wants to clear the main playlist after pressing key responsible for that.
+.TP
.B clock_display_seconds = yes/no
If enabled, clock will display time in format hh:mm:ss, otherwise hh:mm.
.TP