aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/dzen.h b/dzen.h
index 911dcab..9dec364 100644
--- a/dzen.h
+++ b/dzen.h
@@ -18,7 +18,7 @@
#define ALIGNLEFT 1
#define ALIGNRIGHT 2
-#define MIN_BUF_SIZE 512
+#define MIN_BUF_SIZE 524
#define MAX_LINE_LEN 512
/* gui data structures */
@@ -38,12 +38,6 @@ struct Fnt {
int height;
};
-struct _Sline {
- unsigned long fg;
- unsigned long bg;
- char * text;
-};
-
/* title window */
struct TW {
int x, y, width, height;
@@ -63,8 +57,7 @@ struct SW {
Drawable *drawable;
/* input buffer */
- /* char **tbuf; */
- Sline *tbuf;
+ char **tbuf;
int tsize;
int tcnt;
/* line fg colors */