From: Uwe Klein on
Uwe Klein wrote:
> TclX and
> package require tclX
> signal -restart ignore SIGINT

the -restart is bogus in that case:
signal ignore SIGINT

uwe
From: udaya kumar on
On Sep 3, 3:18 pm, Uwe Klein <uwe_klein_habertw...(a)t-online.de> wrote:
> Uwe Klein wrote:
> > TclX and
> >     package require tclX
> >     signal -restart ignore SIGINT
>
> the -restart is bogus in that case:
>         signal ignore SIGINT
>
> uwe

Thanks a lot ,
All the suggested solutions are working fine
uday