This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- dwm.c 2011-07-10 15:24:25.000000000 -0500 | |
+++ dwm-ansistatuscolors.c 2012-11-12 22:59:41.975424068 -0600 | |
@@ -53,6 +53,7 @@ | |
#define HEIGHT(X) ((X)->h + 2 * (X)->bw) | |
#define TAGMASK ((1 << LENGTH(tags)) - 1) | |
#define TEXTW(X) (textnw(X, strlen(X)) + dc.font.height) | |
+#define STATUS_BUF_LEN 8192 //la11111 | |
/* enums */ | |
enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */ |