aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index 3488157..ac69ec6 100644
--- a/dzen.h
+++ b/dzen.h
@@ -13,6 +13,7 @@
#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
#define BGCOLOR "#111111"
#define FGCOLOR "grey70"
+#define ESC_CHAR '^'
#define ALIGNCENTER 0
#define ALIGNLEFT 1
@@ -96,6 +97,9 @@ struct DZEN {
TWIN title_win;
SWIN slave_win;
+ /* sensitive areas */
+ Window sa_win;
+
const char *fnt;
const char *bg;
const char *fg;