On Fri, 1 Jun 2012 14:44:24 +0200 Irek Szczesniak wrote:
> On Thu, May 31, 2012 at 4:41 PM, Glenn Fowler <[email protected]> wrote:
> >
> > sorry for the delay on this
> >
> > look at src/cmd/ksh93/tests/pty.sh
> > the test with this label
> >        L POSIX sh 099(C)
> > sends ^C on this line
> >        c echo bad\cC

> How can I send other signals like SIGKILL or SIGRT to the terminal
> group managed by the pty command?

use stty to clearly specify the SIG to ^<char> mapping
you'll see that in the src/cmd/ksh93/tests/pty.sh

        w stty kill ^X
          ...
        c echo bad\cX

_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to