UNI_DIR_BITS
#define UNI_DIR(uni) FIELD_GET(UNI_DIR_BITS, (uni))
#define UNI(dir, row, glyph) (FIELD_PREP(UNI_DIR_BITS, (dir)) | \