Rename UCS4 to glyph description
This commit is contained in:
parent
d6e0e85bf4
commit
bf17ef45d6
4 changed files with 7 additions and 6 deletions
|
@ -505,7 +505,7 @@ static struct grub_term_output grub_vga_term =
|
|||
.cls = grub_vga_cls,
|
||||
.setcolorstate = grub_vga_setcolorstate,
|
||||
.setcursor = grub_vga_setcursor,
|
||||
.flags = GRUB_TERM_CODE_TYPE_UCS4_VISUAL,
|
||||
.flags = GRUB_TERM_CODE_TYPE_VISUAL_GLYPHS,
|
||||
};
|
||||
|
||||
GRUB_MOD_INIT(vga)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue