summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-08-13 17:26:47 -0400
committermidipix <writeonce@midipix.org>2016-08-14 07:49:25 -0400
commitfd0f9bfc4a2287f34924370240e313042c0b17d8 (patch)
tree8c2fa41a0c795649a296139cee10afb89619acd6 /include
parent5e84dc1302cde351c49f75bb62eb211144601362 (diff)
downloadptycon-fd0f9bfc4a2287f34924370240e313042c0b17d8.tar.bz2
ptycon-fd0f9bfc4a2287f34924370240e313042c0b17d8.tar.xz
driver: added --bell support.
Diffstat (limited to 'include')
-rw-r--r--include/ptycon/ptycon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h
index d878d73..19c2513 100644
--- a/include/ptycon/ptycon.h
+++ b/include/ptycon/ptycon.h
@@ -40,6 +40,7 @@ extern "C" {
#define PTYC_DRIVER_CLONE_VECTOR 0x0008
#define PTYC_DRIVER_VERSION 0x0010
+#define PTYC_DRIVER_BELL 0x0020
#define PTYC_DRIVER_DBG_EVENT 0x0100
#define PTYC_DRIVER_DBG_OVEN 0x0200
#define PTYC_DRIVER_DBG_RAW 0x0400