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/skin/ptyc_skin_default.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/skin') 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,"", "send %s to the terminal via the pty layer."}, -- cgit v1.2.3