tresorted globals - 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 128d4cf376beffbef82b93d6305ed7856eea10bd
 (DIR) parent e4fdaba88d94d049c4140593cb2fd3208c8cf0f1
 (HTM) Author: Connor Lane Smith <cls@lubutu.com>
       Date:   Wed, 18 Aug 2010 17:35:23 +0100
       
       resorted globals
       Diffstat:
         dmenu.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dmenu.c b/dmenu.c
       t@@ -41,8 +41,8 @@ static void usage(void);
        static char text[BUFSIZ];
        static int bh, mw, mh;
        static int inputw = 0;
       -static int promptw;
        static int lines = 0;
       +static int promptw;
        static size_t cursor = 0;
        static const char *font = NULL;
        static const char *prompt = NULL;