summaryrefslogtreecommitdiffhomepage
path: root/src/driver/ptyc_driver_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/ptyc_driver_ctx.c')
-rw-r--r--src/driver/ptyc_driver_ctx.c5
1 files changed, 5 insertions, 0 deletions
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;