Initial reimport of double buffering

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-11-14 17:00:39 +01:00
parent df48e9e18d
commit 1f56d83788
10 changed files with 318 additions and 23 deletions

View file

@ -131,6 +131,7 @@ grub_getcharwidth (grub_uint32_t code)
int
grub_getkey (void)
{
grub_refresh ();
return (grub_cur_term_input->getkey) ();
}