I have applied a version of this patch with short size.
> typedef struct {
> char c[UTF_SIZ]; /* character code */
> - ushort mode; /* attribute flags */
> - uint32_t fg; /* foreground */
> - uint32_t bg; /* background */
> + ushort mode; /* attribute flags */
> + uchar fg; /* foreground */
> + uchar bg; /* background */
> } Glyph;
> Please, be careful with your commits, because this patch and the other you sent have a lot of white spaces changes that are not needed. Regards,
