summaryrefslogtreecommitdiff
path: root/manual/appendix/wps_tags.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/appendix/wps_tags.tex')
-rw-r--r--manual/appendix/wps_tags.tex9
1 files changed, 7 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 7752ae9ca3..5b3549d2ab 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -69,9 +69,14 @@ show the information for the next song to be played.
69 \opt{lcd_color}{% 69 \opt{lcd_color}{%
70 \config{\%V(x,y,[width],\tabnlindent[height],[font])}\newline 70 \config{\%V(x,y,[width],\tabnlindent[height],[font])}\newline
71 \config{\%Vf([fgcolour])}\newline 71 \config{\%Vf([fgcolour])}\newline
72 \config{\%Vb([bgcolour])} 72 \config{\%Vb([bgcolour])}\newline
73 \config{\%Vg(start,end \tabnlindent[,text])}
73 & See section \ref{ref:Viewports}\\} 74 & See section \ref{ref:Viewports}\\}
74 75
76 \opt{lcd_non-mono}{%
77 \config{\%Vs(mode[,param])}
78 & See section \ref{ref:Viewports}\\}
79
75 \config{\%Vl('identifier',\newline\dots)} & Preloads a viewport for later 80 \config{\%Vl('identifier',\newline\dots)} & Preloads a viewport for later
76 display. `identifier' is a single lowercase letter (a-z) and the `\dots' 81 display. `identifier' is a single lowercase letter (a-z) and the `\dots'
77 parameters use the same logic as the \%V tag explained above.\\ 82 parameters use the same logic as the \%V tag explained above.\\