st

simple terminal

git clone https://9o.is/git/st.git

commit c10f9b62cd8a1965b447af643897c555e6cc9a4b
parent b5dd6fed9344cccb575eea265ea88fb0a0278b59
Author: FRIGN <dev@frign.de>
Date:   Fri,  6 Jun 2014 14:08:51 +0200

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>

Diffstat:
Mst.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/st.c b/st.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 */