Move terminal-related function from normal/charset.c to normal/term.c
This commit is contained in:
parent
abe8f24a47
commit
09f9aa3b2e
3 changed files with 324 additions and 321 deletions
|
@ -156,4 +156,7 @@ grub_unicode_glyph_from_code (grub_uint32_t code)
|
|||
return ret;
|
||||
}
|
||||
|
||||
grub_uint32_t
|
||||
grub_unicode_mirror_code (grub_uint32_t in);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue