/[grub]/grub/stage2/serial.c
ViewVC logotype

Diff of /grub/stage2/serial.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by okuji, Fri Sep 13 11:27:41 2002 UTC revision 1.12 by okuji, Sun Oct 27 23:59:53 2002 UTC
# Line 218  serial_translate_key_sequence (void) Line 218  serial_translate_key_sequence (void)
218    four_code_table[] =    four_code_table[] =
219      {      {
220        {('1' | ('~' << 8)), 1},        {('1' | ('~' << 8)), 1},
221        {('3' | ('~' << 8)), 4}        {('3' | ('~' << 8)), 4},
222          {('5' | ('~' << 8)), 7},
223          {('6' | ('~' << 8)), 3},
224      };      };
225        
226    /* The buffer must start with ``ESC [''.  */    /* The buffer must start with ``ESC [''.  */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26