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.1 by root, Sun Feb 20 00:09:25 2005 UTC vs.
Revision 1.3 by root, Thu Jul 7 19:37:46 2005 UTC

1#!/usr/bin/perl 1#!/usr/bin/perl
2 2
3# I tried to write this with Tk, as it uses elss 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 8
9my $RXVT_BASENAME = "rxvt"; 9my $RXVT_BASENAME = "rxvt";
10 10
11use Gtk2; 11use Gtk2;
12use Encode; 12use Encode;
13
14$SIG{CHLD} = 'IGNORE';
13 15
14my $event_cb; # $wid => $cb 16my $event_cb; # $wid => $cb
15 17
16init Gtk2; 18init Gtk2;
17 19

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines