diff options
author | Andreas Obergrusberger <tradiaz@yahoo.de> | 2007-02-16 15:42:08 +0000 |
---|---|---|
committer | Andreas Obergrusberger <tradiaz@yahoo.de> | 2007-02-16 15:42:08 +0000 |
commit | ebdf8ae4bf442b994ba5dedf3efe22ffe8fc9aec (patch) | |
tree | f933858d5f7adbb49ed73e4be6d536eb3963906d /doc | |
parent | 35c6c1651c0c5d67a5bbba8bf2b5726ba7721a5d (diff) | |
download | mpd-ebdf8ae4bf442b994ba5dedf3efe22ffe8fc9aec.tar.gz mpd-ebdf8ae4bf442b994ba5dedf3efe22ffe8fc9aec.tar.xz mpd-ebdf8ae4bf442b994ba5dedf3efe22ffe8fc9aec.zip |
way too much stuff to describe here
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@5346 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.sample | 6 | ||||
-rw-r--r-- | doc/ncmpc.1 | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/config.sample b/doc/config.sample index 3c80c2f53..c3c532ca2 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -52,6 +52,12 @@ ## mpd crossfade time ##crossfade-time = 10 +## scroll long titles +#scroll = yes + +## separator to use when scrolling +#scroll-sep = " *** " + ## ## Color configuration ## diff --git a/doc/ncmpc.1 b/doc/ncmpc.1 index 11c3a5519..afcd78b15 100644 --- a/doc/ncmpc.1 +++ b/doc/ncmpc.1 @@ -93,6 +93,12 @@ Visible bell on alerts. .B crossfade\-time = CROSSFADE TIME Default crossfade time in Seconds .TP +.B scroll = yes|no +Scroll the title if it is too long for the screen. +.TP +.B scroll\-sep = STRING +The separator to show at the end of the scrolling title. +.TP .B seek\-time = NUM Seek forward/backward by NUM seconds. .TP @@ -189,5 +195,5 @@ Report bugs on http://www.musicpd.org/mantis/ Since MPD uses UTF\-8, ncmpc needs to convert characters to the charset used by the local system. If you get character conversion errors when your running ncmpc you probably need to set up your locale. This is done by setting any of the LC_CTYPE, LANG or LC_ALL enviroment variables (LC_CTYPE only affects character handling). -.SH "SE ALSO" +.SH "SEE ALSO" mpc(1), mpd(1), locale(5), locale(7) |