ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt-tabbed
(Generate patch)

Comparing rxvt-unicode/doc/rxvt-tabbed (file contents):
Revision 1.3 by root, Thu Jul 7 19:37:46 2005 UTC vs.
Revision 1.4 by root, Fri Dec 16 23:59:35 2005 UTC

3# I tried to write this with Tk, as it uses less memory and is 3# I tried to write this with Tk, as it uses less memory and is
4# more widely available. Alas, Tk is rather broken with respect to embedding. 4# more widely available. Alas, Tk is rather broken with respect to embedding.
5 5
6# on debian, do: 6# on debian, do:
7# apt-get install libgtk2-perl 7# apt-get install libgtk2-perl
8
9# Also see the Gtk2::URxvt module family, which does this much cleaner
10# and provides a real tabbed-terminal.
8 11
9my $RXVT_BASENAME = "rxvt"; 12my $RXVT_BASENAME = "rxvt";
10 13
11use Gtk2; 14use Gtk2;
12use Encode; 15use Encode;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines