Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
diff dwm.h @ 9:bc03b37b37ba
move command mode text to the left, next to the layout icon
author | paulo@thepaulopc |
---|---|
date | Wed, 15 Jun 2011 23:27:32 -0700 |
parents | e749c30135e9 |
children | da0e0496f75b |
line diff
1.1 --- a/dwm.h Tue Jun 14 00:33:07 2011 -0700 1.2 +++ b/dwm.h Wed Jun 15 23:27:32 2011 -0700 1.3 @@ -89,7 +89,6 @@ 1.4 1.5 extern const char *tags[]; /* all tags */ 1.6 extern char stext[256]; /* status text */ 1.7 -extern char cmtext[256]; /* command mode text */ 1.8 extern int screen, sx, sy, sw, sh; /* screen geometry */ 1.9 extern int wax, way, wah, waw; /* windowarea geometry */ 1.10 extern unsigned int bh, blw; /* bar height, bar layout label width */