aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-09 00:05:09 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-09 00:05:09 +0000
commitbea4911082a7aeebc78183ac9fbe676fd2315731 (patch)
tree2e6d9dfd68a2fbbd8bfea78995f52efc06b6bae2 /dzen.h
parent752ab94269de8b7412fe5c28030d59f2813ffa07 (diff)
downloaddzen-bea4911082a7aeebc78183ac9fbe676fd2315731.tar.gz
dzen-bea4911082a7aeebc78183ac9fbe676fd2315731.zip
added -u option, update slave window after n+1 lines read where
dzen.slave_win.max_lines = n git-svn-id: http://dzen.googlecode.com/svn/trunk@74 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index a585c8b..dfaac23 100644
--- a/dzen.h
+++ b/dzen.h
@@ -89,6 +89,7 @@ struct DZEN {
Fnt font;
Bool ispersistent;
+ Bool tsupdate;
unsigned long timeout;
int cur_line;
int ret_val;