summaryrefslogtreecommitdiff
path: root/pith/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/state.h')
-rw-r--r--pith/state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pith/state.h b/pith/state.h
index d0f76cbc..30c45527 100644
--- a/pith/state.h
+++ b/pith/state.h
@@ -207,6 +207,9 @@ struct pine {
unsigned beginning_of_month:1;
unsigned beginning_of_year:1;
+ unsigned can_interrupt:1;
+ long int close_connection_timeout;
+
unsigned viewer_overlap:8;
unsigned scroll_margin:8;
unsigned remote_abook_history:8;