76deb4c 2002-10-28 Yoshinori K. Okuji <okuji@enbug.org>

Authored and Committed by okuji 21 years ago
    2002-10-28  Yoshinori K. Okuji  <okuji@enbug.org>
    
    	* grub/asmstub.c (console_translate_key): Deal with KEY_PPAGE
    	and KEY_NPAGE.
    	* stage2/serial.c (serial_translate_key_sequence): Added two new
    	codes for Page Up and Page Down.
    	* stage2/asm.S (translation_table): Added entries for KEY_PPAGE
    	and KEY_NPAGE.
    	* stage2/stage2.c (run_menu): Deal with Page Up and Page Down.
    	Also recognize the right key for the selection of a boot entry.
    	Suggested by Adam Lackorzynski <adam@os.inf.tu-dresden.de>.
    
        
file modified
+12 -0
file modified
+1 -0
file modified
+1 -0
file modified
+4 -0
file modified
+2 -0
file modified
+3 -1
file modified
+27 -1