all repos — st @ 18a05fdf4326ac1c7165de8cad0895b5c44fac83

st (suckless terminal) config

Remove unnecessary typedef

This should also fix compiling-errors on OpenBSD,
as reported by Nils R. Thanks!

Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
FRIGN dev@frign.de
commit

18a05fdf4326ac1c7165de8cad0895b5c44fac83

parent

5159d55c631cd1179bd2f872859d4540668745b9

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -180,7 +180,6 @@ typedef unsigned short ushort;

typedef XftDraw *Draw; typedef XftColor Color; -typedef Colormap Colormap; typedef struct { char c[UTF_SIZ]; /* character code */