From: Austin S. <te...@of...> - 2007-07-06 17:16:03
|
> This is a tool I'd like to interrupt. > > $session->send("\cC") does not work, I suppose because the tool is not > waiting for input. > It should work anyway unless you have tweaked your term settings interrupt character. $session->slave->stty('intr', "\cC") should do it. Austin |