* grub-core/term/terminfo.c (grub_terminfo_cls): Issue an explicit
gotoxy to 0,0.
This commit is contained in:
parent
19ce697dfd
commit
f6b58fe538
2 changed files with 6 additions and 2 deletions
|
@ -272,8 +272,7 @@ grub_terminfo_cls (struct grub_term_output *term)
|
|||
= (struct grub_terminfo_output_state *) term->data;
|
||||
|
||||
putstr (term, grub_terminfo_tparm (data->cls));
|
||||
|
||||
data->xpos = data->ypos = 0;
|
||||
grub_terminfo_gotoxy (term, 0, 0);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue