summaryrefslogtreecommitdiffhomepage
path: root/src/skin
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 /src/skin
parent5e84dc1302cde351c49f75bb62eb211144601362 (diff)
downloadptycon-fd0f9bfc4a2287f34924370240e313042c0b17d8.tar.bz2
ptycon-fd0f9bfc4a2287f34924370240e313042c0b17d8.tar.xz
driver: added --bell support.
Diffstat (limited to 'src/skin')
-rw-r--r--src/skin/ptyc_skin_default.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/skin/ptyc_skin_default.c b/src/skin/ptyc_skin_default.c
index b558fff..1f3c7b5 100644
--- a/src/skin/ptyc_skin_default.c
+++ b/src/skin/ptyc_skin_default.c
@@ -35,6 +35,9 @@ const struct argv_option ptyc_default_options[] = {
"events; oven|raw: start a pseudo client using a pty handle "
"in [cooked|raw] mode. default is 'event'."},
+ {"bell", 0,TAG_BELL,ARGV_OPTARG_OPTIONAL,0,"on|off",0,
+ "turn bell %s."},
+
{"cat", 'c',TAG_CAT,ARGV_OPTARG_REQUIRED,0,0,"<file>",
"send %s to the terminal via the pty layer."},