summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Braun <markus.braun@krawel.de>2002-10-21 13:14:25 +0000
committerMarkus Braun <markus.braun@krawel.de>2002-10-21 13:14:25 +0000
commitbc254fe95f255e779b716ceb5ded09bda3857a2b (patch)
treebb01dd6e67cc6fe41d8ff6e0cccdeca411cde29b /docs
parentf45345edd9a8dd7b3c1dde4560fa59dbc4a387bf (diff)
downloadrockbox-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')
-rw-r--r--docs/CUSTOM_WPS_FORMAT2
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:
71 %> : Display a '>' 71 %> : Display a '>'
72 %s : Indicate that the line should scroll. Can occur anywhere in 72 %s : Indicate that the line should scroll. Can occur anywhere in
73 a line (given that the text is displayed; see conditional 73 a line (given that the text is displayed; see conditional
74 below). Only the first line with a %s will actually scroll. 74 below). You can specify up to 10 scrolling lines.
75 %s is ignored if combined with %pb, %pc or %pr on the same 75 %s is ignored if combined with %pb, %pc or %pr on the same
76 line (the result wouldn't be good anyway). 76 line (the result wouldn't be good anyway).
77 77