%T#13938 Comment added by Bilgus: Line disappears when specifed at same line with %Vf tag and have 2+ empty lines after

Rockbox via rockbox-sf <[email protected]> Tue, 30 Jun 2026 05:25:40 +0000
Newsgroups gmane.comp.systems.archos.rockbox.sourceforge
Message-ID <[email protected]>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#13938 - Line disappears when specifed at same line with %Vf tag and have 2+ empty lines after
User who did this - Willliam W (Bilgus)

----------
I tracked this down to this commit
https://git.rockbox.org/cgit/rockbox.git/commit/?id=32ff4e93bdc15a21faf23e46bd2e0eb659bf8f31

this shows the diff but basically they added a NOBREAK flag 
to all the commands that had '\n'

https://github.com/Rockbox/rockbox/commit/32ff4e93bdc15a21faf23e46bd2e0eb659bf8f31#diff-c148da0b005bfed23431af61c843d5697efdd8d033cd10430d636b7656458fd6L47-L186

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 },


----------

More information can be found at the following URL:
https://www.rockbox.org/tracker/task/13938#comment45601

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
-- 
rockbox-sf mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-sf