|
|
@ -183,8 +183,8 @@ typedef XftColor Color;
|
|
|
|
typedef struct {
|
|
|
|
typedef struct {
|
|
|
|
long u; /* character code */
|
|
|
|
long u; /* character code */
|
|
|
|
ushort mode; /* attribute flags */
|
|
|
|
ushort mode; /* attribute flags */
|
|
|
|
uint32_t fg; /* foreground */
|
|
|
|
ushort fg; /* foreground */
|
|
|
|
uint32_t bg; /* background */
|
|
|
|
ushort bg; /* background */
|
|
|
|
} Glyph;
|
|
|
|
} Glyph;
|
|
|
|
|
|
|
|
|
|
|
|
typedef Glyph *Line;
|
|
|
|
typedef Glyph *Line;
|
|
|
|