* 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
|
@ -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 a new issue