aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
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;