From fd0f9bfc4a2287f34924370240e313042c0b17d8 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 13 Aug 2016 17:26:47 -0400 Subject: driver: added --bell support. --- src/driver/ptyc_driver_ctx.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/driver/ptyc_driver_ctx.c') diff --git a/src/driver/ptyc_driver_ctx.c b/src/driver/ptyc_driver_ctx.c index b7cdc88..5f99a8a 100644 --- a/src/driver/ptyc_driver_ctx.c +++ b/src/driver/ptyc_driver_ctx.c @@ -293,6 +293,11 @@ int ptyc_get_driver_ctx( break; + case TAG_BELL: + if ((!entry->arg) || !strcmp("on",entry->arg)) + cctx.drvflags |= PTYC_DRIVER_BELL; + break; + case TAG_CAT: nunits++; break; -- cgit v1.2.3