Kind of a nitpick, but I think it would be better to call it multi line support 
instead.

From: vladimir.tes...@rosalab.ru
To: grub-devel@gnu.org
Subject: [PATCH] multistring support in gui_label
Date: Thu, 21 Mar 2013 21:17:51 +0400

This time I've managed not to break backward compatibility.
 
New option in label - "multistring"
 
It is "false" by default.
 
when it is set to "true" (not "false") text is beeing output on multiple 
lines.
 
see screenshots included
 
let me know if I've made smth wrong.
 
Thanks. :)
_______________
theme.txt:
 
+ label {
        left = 100
        top = 20
        height = 100
        width = 600
        color = "cyan"
        align = "right"
        text = "@KEYMAP_LONG@"
       multistring = "true"
}
+ label {
        left = 100
        top = 120
        height = 300
        width = 60
        color = "cyan"
        align = "right"
        text = "@KEYMAP_LONG@"
       multistring = "true"
}
+ label {
        left = 20
        top = 50
        height = 600
        width = 1
        color = "cyan"
        align = "right"
        text = "@KEYMAP_LONG@"
       multistring = "true"
}
 
 
-- 
With best regards,
_______________________________
Vladimir Testov, ROSA Laboratory.
www.rosalab.ru

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel                               
          
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to