--- rxvt-unicode/doc/rxvt-tabbed 2005/02/20 00:09:25 1.1 +++ rxvt-unicode/doc/rxvt-tabbed 2005/07/07 19:37:46 1.3 @@ -1,6 +1,6 @@ #!/usr/bin/perl -# I tried to write this with Tk, as it uses elss memory and is +# I tried to write this with Tk, as it uses less memory and is # more widely available. Alas, Tk is rather broken with respect to embedding. # on debian, do: @@ -11,6 +11,8 @@ use Gtk2; use Encode; +$SIG{CHLD} = 'IGNORE'; + my $event_cb; # $wid => $cb init Gtk2;