--- rxvt-unicode/doc/rxvt-tabbed 2005/02/20 00:09:25 1.1 +++ rxvt-unicode/doc/rxvt-tabbed 2005/12/16 23:59:35 1.4 @@ -1,16 +1,21 @@ #!/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: # apt-get install libgtk2-perl +# Also see the Gtk2::URxvt module family, which does this much cleaner +# and provides a real tabbed-terminal. + my $RXVT_BASENAME = "rxvt"; use Gtk2; use Encode; +$SIG{CHLD} = 'IGNORE'; + my $event_cb; # $wid => $cb init Gtk2;