Add simple line wrapping
This commit is contained in:
parent
cacd173d3e
commit
f588f1c8b6
5 changed files with 113 additions and 78 deletions
|
@ -429,7 +429,7 @@ grub_normal_init_page (struct grub_term_output *term)
|
|||
posx = (grub_term_width (term) - posx) / 2;
|
||||
grub_term_gotoxy (term, posx, 1);
|
||||
|
||||
grub_print_ucs4 (unicode_msg, last_position, term);
|
||||
grub_print_ucs4 (unicode_msg, last_position, 0, 0, term);
|
||||
grub_printf("\n\n");
|
||||
grub_free (unicode_msg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue