aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-01-11 18:49:45 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-01-11 18:49:45 +0000
commitbcecfb1a318af0cfc1f91943393076027f9e676f (patch)
tree622334c258bae8ed3b85d294f2f8b570de6b9279 /dzen.h
parent25fd538ad6a1e8102d46268bbdbe3f0b53645341 (diff)
downloaddzen-bcecfb1a318af0cfc1f91943393076027f9e676f.tar.gz
dzen-bcecfb1a318af0cfc1f91943393076027f9e676f.zip
allow ^p() and ^pa() to set both X and Y positions in a line
git-svn-id: http://dzen.googlecode.com/svn/trunk@195 f2baff5b-bf2c-0410-a398-912abdc3d8b2
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;