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

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.19 by root, Fri Feb 18 12:15:07 2005 UTC vs.
Revision 1.21 by root, Sun Apr 17 22:36:13 2005 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 1" 131.IX Title "rxvt 1"
132.TH rxvt 1 "2005-02-18" "5.2" "RXVT-UNICODE" 132.TH rxvt 1 "2005-04-17" "5.3" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system) 134rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137\&\fB@@RXVT_NAME@@\fR [options] [\-e command [ args ]] 137\&\fB@@RXVT_NAME@@\fR [options] [\-e command [ args ]]
465not. 465not.
466.Sp 466.Sp
467Here is a short Gtk2\-perl snippet that illustrates how this option can be 467Here is a short Gtk2\-perl snippet that illustrates how this option can be
468used (a longer example is in \fIdoc/embed\fR): 468used (a longer example is in \fIdoc/embed\fR):
469.Sp 469.Sp
470.Vb 4 470.Vb 5
471\& my $rxvt = new Gtk2::DrawingArea; 471\& my $rxvt = new Gtk2::Socket;
472\& $...->add ($rxvt); # important to add it somewhere first 472\& $rxvt->signal_connect_after (realize => sub {
473\& $rxvt->realize; # now it can be realized
474\& my $xid = $rxvt->window->get_xid; 473\& my $xid = $_[0]->window->get_xid;
475.Ve
476.Sp
477.Vb 1
478\& system "@@RXVT_NAME@@ -embed $xid &"; 474\& system "@@RXVT_NAME@@ -embed $xid &";
475\& });
479.Ve 476.Ve
480.IP "\fB\-pty\-fd\fR \fIfileno\fR" 4 477.IP "\fB\-pty\-fd\fR \fIfileno\fR" 4
481.IX Item "-pty-fd fileno" 478.IX Item "-pty-fd fileno"
482Tells @@RXVT_NAME@@ \s-1NOT\s0 to execute any commands or create a new pty/tty 479Tells @@RXVT_NAME@@ \s-1NOT\s0 to execute any commands or create a new pty/tty
483pair but instead use the given filehandle as the tty master. This is 480pair but instead use the given filehandle as the tty master. This is
846.IP "\fBpointerColor2:\fR \fIcolour\fR" 4 843.IP "\fBpointerColor2:\fR \fIcolour\fR" 4
847.IX Item "pointerColor2: colour" 844.IX Item "pointerColor2: colour"
848Mouse pointer background colour. 845Mouse pointer background colour.
849.IP "\fBpointerBlankDelay:\fR \fInumber\fR" 4 846.IP "\fBpointerBlankDelay:\fR \fInumber\fR" 4
850.IX Item "pointerBlankDelay: number" 847.IX Item "pointerBlankDelay: number"
851Specifies number of seconds before blanking the pointer [default 2]. 848Specifies number of seconds before blanking the pointer [default 2]. Use a
849large number (e.g. \f(CW987654321\fR) to effectively disable the timeout.
852.IP "\fBbackspacekey:\fR \fIstring\fR" 4 850.IP "\fBbackspacekey:\fR \fIstring\fR" 4
853.IX Item "backspacekey: string" 851.IX Item "backspacekey: string"
854The string to send when the backspace key is pressed. If set to \fB\s-1DEC\s0\fR 852The string to send when the backspace key is pressed. If set to \fB\s-1DEC\s0\fR
855or unset it will send \fBDelete\fR (code 127) or, if shifted, \fBBackspace\fR 853or unset it will send \fBDelete\fR (code 127) or, if shifted, \fBBackspace\fR
856(code 8) \- which can be reversed with the appropriate \s-1DEC\s0 private mode 854(code 8) \- which can be reversed with the appropriate \s-1DEC\s0 private mode

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines