mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 18:09:37 +00:00
* grub-core/term/terminfo.c (grub_terminfo_cls): Issue an explicit
gotoxy to 0,0.
This commit is contained in:
parent
19ce697dfd
commit
f6b58fe538
@ -1,3 +1,8 @@
|
|||||||
|
2013-03-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/term/terminfo.c (grub_terminfo_cls): Issue an explicit
|
||||||
|
gotoxy to 0,0.
|
||||||
|
|
||||||
2013-03-03 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-03-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Remove all trampoline support. Add -Wtrampolines when
|
Remove all trampoline support. Add -Wtrampolines when
|
||||||
|
@ -272,8 +272,7 @@ grub_terminfo_cls (struct grub_term_output *term)
|
|||||||
= (struct grub_terminfo_output_state *) term->data;
|
= (struct grub_terminfo_output_state *) term->data;
|
||||||
|
|
||||||
putstr (term, grub_terminfo_tparm (data->cls));
|
putstr (term, grub_terminfo_tparm (data->cls));
|
||||||
|
grub_terminfo_gotoxy (term, 0, 0);
|
||||||
data->xpos = data->ypos = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user