aboutsummaryrefslogtreecommitdiff
path: root/termkey.h.in
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-03-23 23:20:24 +0000
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-03-23 23:20:24 +0000
commit9f0ef4953d153aaed45166050797e97545b96954 (patch)
tree87e48ace622fe2ce3f476d2703548814a99d6753 /termkey.h.in
parenta71f68dd5718a77d5a97fc6d8e2fcd816657bb3b (diff)
downloadtermo-9f0ef4953d153aaed45166050797e97545b96954.tar.gz
termo-9f0ef4953d153aaed45166050797e97545b96954.tar.xz
termo-9f0ef4953d153aaed45166050797e97545b96954.zip
Don't steal Ctrl-C from the kernel by default (so leave SIGINT enabled); add a flag to take it if required
Diffstat (limited to 'termkey.h.in')
-rw-r--r--termkey.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/termkey.h.in b/termkey.h.in
index 8e3cad1..0cfbb52 100644
--- a/termkey.h.in
+++ b/termkey.h.in
@@ -139,6 +139,7 @@ enum {
TERMKEY_FLAG_UTF8 = 1 << 3, // Input is definitely UTF-8
TERMKEY_FLAG_NOTERMIOS = 1 << 4, // Do not make initial termios calls on construction
TERMKEY_FLAG_SPACESYMBOL = 1 << 5, // Space is symbolic rather than Unicode
+ TERMKEY_FLAG_CTRLC = 1 << 6, // Allow Ctrl-C to be read as normal, disabling SIGINT
};
void termkey_check_version(int major, int minor);