2010-02-20 Manoel Rebelo Abranches <mrabran@br.ibm.com>

* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Add delete and
	backspace keys.
This commit is contained in:
Manoel Rebelo Abranches 2010-02-20 11:23:13 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent 42b1d18685
commit d1484a422e
2 changed files with 79 additions and 45 deletions

View file

@ -1,3 +1,8 @@
2010-02-20 Manoel Rebelo Abranches <mrabran@br.ibm.com>
* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Add delete and
backspace keys.
2010-02-20 Vladimir Serbinenko <phcoder@gmail.com>
* video/fb/video_fb.c (grub_video_fb_scroll): Fix a pixel size bug.