rockbox/manual/appendix
William Wilgus acff6143c4 FS#13938 - Line disappears after %Vf tag and %Vb tag
As far as I can tell this was indtroduced during this commit
32ff4e93bd
basically they added a NOBREAK flag
to all the commands that had '\n'
where as
    { SKIN_TOKEN_VIEWPORT_FGCOLOUR,       "Vf" , "S"},
    { SKIN_TOKEN_VIEWPORT_BGCOLOUR,       "Vb" , "S"},
do not have \n yet they were changed to have the NOBREAK flag applied
    { SKIN_TOKEN_VIEWPORT_FGCOLOUR,       "Vf" , "S", NOBREAK },
    { SKIN_TOKEN_VIEWPORT_BGCOLOUR,       "Vb" , "S", NOBREAK },
this causes anything after the command to be ignored

-- Note added to manual this will be a won't fix
due to the possibility of breaking existing themes

Change-Id: I0135f04c344bf817c104f951a657e2690f2d36bb
2026-06-30 13:55:03 -04:00
..
images [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00
album_art_info.tex update manual for 7f4a889 2025-01-16 19:04:58 +01:00
appendix.tex chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
config_file_options.tex chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
fdl.tex manual: nitpicking on '-' character and other minor details 2018-08-05 12:57:05 +02:00
file_formats.tex chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
gpl-2.0.tex Update old \tt and \sc macros 2016-06-14 18:28:28 +02:00
menu_structure.tex Move the menu structure to the appendix. The menu structure description itself, is still missing though 2008-07-15 18:33:43 +00:00
wps_tags.tex FS#13938 - Line disappears after %Vf tag and %Vb tag 2026-06-30 13:55:03 -04:00