resorted globals
This commit is contained in:
		
							
								
								
									
										2
									
								
								dmenu.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								dmenu.c
									
									
									
									
									
								
							@@ -41,8 +41,8 @@ static void usage(void);
 | 
				
			|||||||
static char text[BUFSIZ];
 | 
					static char text[BUFSIZ];
 | 
				
			||||||
static int bh, mw, mh;
 | 
					static int bh, mw, mh;
 | 
				
			||||||
static int inputw = 0;
 | 
					static int inputw = 0;
 | 
				
			||||||
static int promptw;
 | 
					 | 
				
			||||||
static int lines = 0;
 | 
					static int lines = 0;
 | 
				
			||||||
 | 
					static int promptw;
 | 
				
			||||||
static size_t cursor = 0;
 | 
					static size_t cursor = 0;
 | 
				
			||||||
static const char *font = NULL;
 | 
					static const char *font = NULL;
 | 
				
			||||||
static const char *prompt = NULL;
 | 
					static const char *prompt = NULL;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user