From bcecfb1a318af0cfc1f91943393076027f9e676f Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 11 Jan 2008 18:49:45 +0000 Subject: 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 --- dzen.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dzen.h') 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; -- cgit v1.2.3-54-g00ecf