aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-03 12:03:07 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-03 12:03:07 +0000
commitd731b8cb8ec01b73e7c6179b095174910af64ff5 (patch)
treec376713eb39b777f86333838439b505043c41d50 /dzen.h
parent0dd04e26ce0216d8406af557ab0cba1511f8ccde (diff)
downloaddzen-d731b8cb8ec01b73e7c6179b095174910af64ff5.tar.gz
dzen-d731b8cb8ec01b73e7c6179b095174910af64ff5.zip
added Adam Langley's timeout patch to "-p"
git-svn-id: http://dzen.googlecode.com/svn/trunk@50 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index 6cbb3af..a45b83f 100644
--- a/dzen.h
+++ b/dzen.h
@@ -88,6 +88,9 @@ struct DZEN {
Fnt font;
Bool ispersistent;
+ // The number of milliseconds to wait after an EOF from stdin before
+ // exiting. A value of 0 == forever
+ unsigned long timeout;
int cur_line;
int ret_val;