Initial reimport of double buffering
This commit is contained in:
parent
df48e9e18d
commit
1f56d83788
10 changed files with 318 additions and 23 deletions
|
@ -131,6 +131,7 @@ grub_getcharwidth (grub_uint32_t code)
|
|||
int
|
||||
grub_getkey (void)
|
||||
{
|
||||
grub_refresh ();
|
||||
return (grub_cur_term_input->getkey) ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue