aboutsummaryrefslogtreecommitdiff
path: root/termo.h
diff options
context:
space:
mode:
Diffstat (limited to 'termo.h')
-rw-r--r--termo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/termo.h b/termo.h
index f32d5f8..32eda4f 100644
--- a/termo.h
+++ b/termo.h
@@ -192,7 +192,9 @@ enum
// Allow Ctrl-C to be read as normal, disabling SIGINT
TERMO_FLAG_CTRLC = 1 << 6,
// Return ERROR on signal (EINTR) rather than retry
- TERMO_FLAG_EINTR = 1 << 7
+ TERMO_FLAG_EINTR = 1 << 7,
+ // Do not call termkey_start() in constructor
+ TERMO_FLAG_NOSTART = 1 << 8
};
enum