Visual(sic) UTF-8 support

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-16 10:39:18 +01:00
parent 4f501d31ae
commit 05c15154a2
3 changed files with 37 additions and 9 deletions

View file

@ -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. */