--- rxvt-unicode/doc/rxvt.1.html 2005/02/18 12:15:07 1.18 +++ rxvt-unicode/doc/rxvt.1.html 2005/04/17 22:36:13 1.20 @@ -49,7 +49,7 @@


DESCRIPTION

-

rxvt-unicode, version 5.2, is a colour vt102 terminal +

rxvt-unicode, version 5.3, is a colour vt102 terminal emulator intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, rxvt-unicode uses much less swap space -- @@ -547,14 +547,11 @@

-   my $rxvt = new Gtk2::DrawingArea;
-   $...->add ($rxvt); # important to add it somewhere first
-   $rxvt->realize; # now it can be realized
-   my $xid = $rxvt->window->get_xid;
-
-
-
-   system "rxvt -embed $xid &";
+ my $rxvt = new Gtk2::Socket; + $rxvt->signal_connect_after (realize => sub { + my $xid = $_[0]->window->get_xid; + system "rxvt -embed $xid &"; + });

-pty-fd fileno
@@ -1100,7 +1097,8 @@
pointerBlankDelay: number
-Specifies number of seconds before blanking the pointer [default 2]. +Specifies number of seconds before blanking the pointer [default 2]. Use a +large number (e.g. 987654321) to effectively disable the timeout.

backspacekey: string