2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/term.h (GRUB_TERM_BACKSPACE): explicitely define as 8 instead of '\b'
This commit is contained in:
parent
ede21d7148
commit
9e7100fb5c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/term.h (GRUB_TERM_BACKSPACE): explicitely define as 8
|
||||
instead of '\b'
|
||||
|
||||
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Definitions for creating asm symbols with Apple's CC
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define GRUB_TERM_NPAGE 3
|
||||
#define GRUB_TERM_ESC '\e'
|
||||
#define GRUB_TERM_TAB '\t'
|
||||
#define GRUB_TERM_BACKSPACE '\b'
|
||||
#define GRUB_TERM_BACKSPACE 8
|
||||
|
||||
#ifndef ASM_FILE
|
||||
|
||||
|
|
Loading…
Reference in a new issue