URI: 
       Remove unnecessary typedef - st - simple terminal
  HTML git clone https://git.parazyd.org/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 18a05fdf4326ac1c7165de8cad0895b5c44fac83
   DIR parent 5159d55c631cd1179bd2f872859d4540668745b9
  HTML 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:
         M st.c                                |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR 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 */