diff options
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/ptyc_driver_ctx.c | 5 |
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; |