Various fixes to make multiterm work

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-25 01:13:21 +01:00
parent 4fc4ee303d
commit fa533ebb5c
5 changed files with 36 additions and 11 deletions

View file

@ -409,7 +409,7 @@ grub_normal_init_page (struct grub_term_output *term)
grub_uint32_t *unicode_msg;
grub_uint32_t *last_position;
grub_cls ();
grub_term_cls (term);
grub_sprintf (msg_formatted, msg, PACKAGE_VERSION);