summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-08-24 20:57:40 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2009-08-24 20:57:40 +0200
commit3998cb80f241a9b6f395678708859a147ee3305a (patch)
tree9df0bf91168f7d6e37380d5b07128bdc40f9e714 /doc
parentc961ab411c6c9821059bddacdfaa84c0bba7a30a (diff)
new attribute for a columns view: do not display empty tag marker
Diffstat (limited to 'doc')
-rw-r--r--doc/config10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/config b/doc/config
index 492828b4..97b57202 100644
--- a/doc/config
+++ b/doc/config
@@ -131,9 +131,13 @@
##
## - color is optional (if you want the default one, type [])
##
-## Note: If you want a column to be right aligned, put 'r' character
-## after displayed tag character, e.g. {lr} will give you right aligned
-## column of lengths.
+## Note: You can give a column additional attributes by putting appropriate
+## character after displayed tag character. Available attributes are:
+##
+## - r - column will be right aligned
+## - E - if tag is empty, empty tag marker won't be displayed
+##
+## E.g. {lr} will give you right aligned column of lengths.
##
#
#song_columns_list_format = "(7f)[green]{l} (25)[cyan]{a} (40)[]{t} (30)[red]{b}"