diff options
author | Markus Braun <markus.braun@krawel.de> | 2002-10-21 13:14:25 +0000 |
---|---|---|
committer | Markus Braun <markus.braun@krawel.de> | 2002-10-21 13:14:25 +0000 |
commit | bc254fe95f255e779b716ceb5ded09bda3857a2b (patch) | |
tree | bb01dd6e67cc6fe41d8ff6e0cccdeca411cde29b /docs/CUSTOM_WPS_FORMAT | |
parent | f45345edd9a8dd7b3c1dde4560fa59dbc4a387bf (diff) | |
download | rockbox-bc254fe95f255e779b716ceb5ded09bda3857a2b.tar.gz rockbox-bc254fe95f255e779b716ceb5ded09bda3857a2b.zip |
Added multiline scroll support.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2729 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CUSTOM_WPS_FORMAT')
-rw-r--r-- | docs/CUSTOM_WPS_FORMAT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT index 108019853c..29e584a1a2 100644 --- a/docs/CUSTOM_WPS_FORMAT +++ b/docs/CUSTOM_WPS_FORMAT @@ -71,7 +71,7 @@ Other Tags: %> : Display a '>' %s : Indicate that the line should scroll. Can occur anywhere in a line (given that the text is displayed; see conditional - below). Only the first line with a %s will actually scroll. + below). You can specify up to 10 scrolling lines. %s is ignored if combined with %pb, %pc or %pr on the same line (the result wouldn't be good anyway). |