tretyped promptw - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b54c179d585871d9c96311696f58824edeff09e4
 (DIR) parent 06c18808b6f23bc5120533559e70fbcbff753e84
 (HTM) Author: Connor Lane Smith <cls@lubutu.com>
       Date:   Mon,  2 Aug 2010 15:13:33 +0100
       
       retyped promptw
       Diffstat:
         dmenu.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dmenu.c b/dmenu.c
       t@@ -42,7 +42,6 @@ static void setup(void);
        static void usage(void);
        
        static char text[4096];
       -static int promptw;
        static size_t cursor = 0;
        static const char *prompt = NULL;
        static const char *normbgcolor = "#cccccc";
       t@@ -52,6 +51,7 @@ static const char *selfgcolor  = "#ffffff";
        static unsigned int inputw = 0;
        static unsigned int lines = 0;
        static unsigned int mw, mh;
       +static unsigned int promptw;
        static unsigned long normcol[ColLast];
        static unsigned long selcol[ColLast];
        static Atom utf8;