--- rxvt-unicode/doc/rxvt-tabbed 2005/02/20 00:11:18 1.2 +++ rxvt-unicode/doc/rxvt-tabbed 2005/12/16 23:59:35 1.4 @@ -1,11 +1,14 @@ #!/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;