summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-08-13 17:27:11 -0400
committermidipix <writeonce@midipix.org>2016-08-14 07:49:33 -0400
commit79c2fe897d88310734d46cfa6692fda3727e76d5 (patch)
treeb27bd0e84ae9964637b8e41be71f7adc534fdfd1 /src/internal
parentfd0f9bfc4a2287f34924370240e313042c0b17d8 (diff)
downloadptycon-79c2fe897d88310734d46cfa6692fda3727e76d5.tar.bz2
ptycon-79c2fe897d88310734d46cfa6692fda3727e76d5.tar.xz
console bridge: added --bell support.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/ptycon_bridge_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/ptycon_bridge_impl.h b/src/internal/ptycon_bridge_impl.h
index 51ce93e..6e31aad 100644
--- a/src/internal/ptycon_bridge_impl.h
+++ b/src/internal/ptycon_bridge_impl.h
@@ -56,6 +56,7 @@ struct ptyc_term_ctx {
ptyc_term_handler * ctrl_handler;
ptyc_term_handler * const * ctrl_handlers[PTYC_CTRL_STATE_CAP];
ptyc_term_handler * ctrl_command;
+ uint64_t drvflags;
uint16_t foreground;
uint16_t background;
nt_coord screen_size;