Optimize memory footprint of line buffers

master
suigin 9 years ago committed by Roberto E. Vargas Caballero
parent 0622ad9bad
commit 7ab6c92e18
  1. 4
      st.c

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

Loading…
Cancel
Save