Visual(sic) UTF-8 support
This commit is contained in:
parent
4f501d31ae
commit
05c15154a2
3 changed files with 37 additions and 9 deletions
|
@ -80,6 +80,7 @@ grub_term_color_state;
|
|||
#define GRUB_TERM_CODE_TYPE_UTF8_LOGICAL (1 << 4)
|
||||
/* UCS-4 in visual order. */
|
||||
#define GRUB_TERM_CODE_TYPE_UCS4_VISUAL ((1 << 4) | (1 << 3))
|
||||
#define GRUB_TERM_CODE_TYPE_UTF8_VISUAL ((1 << 5) | (1 << 4))
|
||||
|
||||
|
||||
/* Bitmasks for modifier keys returned by grub_getkeystatus. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue