diff options
| author | Alex Parker <rockbox@aeparker.com> | 2010-03-21 10:20:19 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2010-03-21 10:20:19 +0000 |
| commit | 0c1f3e6dc649e5df2da99b6b54a1a75db52e24a6 (patch) | |
| tree | e71ca24d5baa9c7ab40c2bd64d6b40f00a441eea /manual/appendix | |
| parent | 55c8b2b3b1b4b8f51b505654cb78d50e51357595 (diff) | |
| download | rockbox-0c1f3e6dc649e5df2da99b6b54a1a75db52e24a6.zip rockbox-0c1f3e6dc649e5df2da99b6b54a1a75db52e24a6.tar.gz rockbox-0c1f3e6dc649e5df2da99b6b54a1a75db52e24a6.tar.bz2 rockbox-0c1f3e6dc649e5df2da99b6b54a1a75db52e24a6.tar.xz | |
Add the %wi tag to the manual. Closes FS#11080.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25269 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/wps_tags.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 6e2a3ce..a7e281c 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -2,8 +2,9 @@ \chapter{\label{ref:wps_tags}WPS Tags} \section{Status Bar} \begin{tagmap}{}{} -\config{\%we} & Display Status Bar\\ -\config{\%wd} & Hide Status Bar\\ + \config{\%we} & Display Status Bar\\ + \config{\%wd} & Hide Status Bar\\ + \config{\%wi} & Display the inbuilt Status Bar in the current viewport\\ \end{tagmap} These tags override the player setting for the display of the status bar. They must be noted on their own line (which will not be shown in the WPS). |