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

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.76 by root, Sat Dec 31 16:06:48 2005 UTC vs.
Revision 1.77 by root, Mon Jan 2 19:36:07 2006 UTC

452 close $pty; 452 close $pty;
453 453
454 # now communicate with rxvt 454 # now communicate with rxvt
455 my $slave = $pty->slave; 455 my $slave = $pty->slave;
456 while (<$slave>) { print $slave "got <$_>\n" } 456 while (<$slave>) { print $slave "got <$_>\n" }
457
458=item B<-perl> I<string>
459
460Used by perl extension. See resource B<perl>.
457 461
458=back 462=back
459 463
460=head1 RESOURCES (available also as long-options) 464=head1 RESOURCES (available also as long-options)
461 465
637 641
638Select the fonts to be used. This is a comma separated list of font 642Select the fonts to be used. This is a comma separated list of font
639names that are used in turn when trying to display Unicode characters. 643names that are used in turn when trying to display Unicode characters.
640The first font defines the cell size for characters; other fonts might 644The first font defines the cell size for characters; other fonts might
641be smaller, but not larger. A reasonable default font list is always 645be smaller, but not larger. A reasonable default font list is always
642appended to it. option B<-fn>. 646appended to it; option B<-fn>.
643 647
644Each font can either be a standard X11 core font (XLFD) name, with 648Each font can either be a standard X11 core font (XLFD) name, with
645optional prefix C<x:> or a Xft font (Compile I<xft>), prefixed with C<xft:>. 649optional prefix C<x:> or a Xft font (Compile I<xft>), prefixed with C<xft:>.
646 650
647In addition, each font can be prefixed with additional hints and 651In addition, each font can be prefixed with additional hints and
902=item B<imLocale:> I<name> 906=item B<imLocale:> I<name>
903 907
904The locale to use for opening the IM. You can use an C<LC_CTYPE> of e.g. 908The locale to use for opening the IM. You can use an C<LC_CTYPE> of e.g.
905C<de_DE.UTF-8> for normal text processing but C<ja_JP.EUC-JP> for the 909C<de_DE.UTF-8> for normal text processing but C<ja_JP.EUC-JP> for the
906input extension to be able to input japanese characters while staying in 910input extension to be able to input japanese characters while staying in
907another locale. option B<-imlocale>. 911another locale; option B<-imlocale>.
908 912
909=item B<imFont:> I<fontset> 913=item B<imFont:> I<fontset>
910 914
911Specify the font-set used for XIM styles C<OverTheSpot> or 915Specify the font-set used for XIM styles C<OverTheSpot> or
912C<OffTheSpot>. It must be a standard X font set (XLFD patterns separated 916C<OffTheSpot>. It must be a standard X font set (XLFD patterns separated
917 921
918=item B<tripleclickwords:> I<boolean> 922=item B<tripleclickwords:> I<boolean>
919 923
920Change the meaning of triple-click selection with the left mouse 924Change the meaning of triple-click selection with the left mouse
921button. Instead of selecting a full line it will extend the selection to 925button. Instead of selecting a full line it will extend the selection to
922the end of the logical line only. option B<-tcw>. 926the end of the logical line only; option B<-tcw>.
923 927
924=item B<insecure:> I<boolean> 928=item B<insecure:> I<boolean>
925 929
926Enables "insecure" mode. Rxvt-unicode offers some escape sequences that 930Enables "insecure" mode. Rxvt-unicode offers some escape sequences that
927echo arbitrary strings like the icon name or the locale. This could be 931echo arbitrary strings like the icon name or the locale. This could be
1049Other things are possible, e.g. resizing (see @@RXVT_NAME@@(7) for more 1053Other things are possible, e.g. resizing (see @@RXVT_NAME@@(7) for more
1050info): 1054info):
1051 1055
1052 URxvt.keysym.M-C-3: command:\033[8;25;80t 1056 URxvt.keysym.M-C-3: command:\033[8;25;80t
1053 URxvt.keysym.M-C-4: command:\033[8;48;110t 1057 URxvt.keysym.M-C-4: command:\033[8;48;110t
1058
1059=item B<perl>: I<string>
1060
1061Used by perl extension and is free for any use, as it is not interpreted
1062by rxvt-unicode itself; option B<perl>.
1063
1064=item B<perl-eval>: I<string>
1065
1066Perl code to be evaluated when all extensions have been loaded. See the
1067rxvtperl(3) manpage.
1068
1069=item B<perl-lib>: I<path>
1070
1071Additional directory that holds extension scripts that are loaded and
1072enabled for this terminal instance, in addition to scripts stored in
1073F<@@RXVT_LIBDIR@@/urxvt/perl-ext/>, which are global to all terminal
1074instances.
1075
1076See the rxvtperl(3) manpage.
1054 1077
1055=back 1078=back
1056 1079
1057=head1 THE SCROLLBAR 1080=head1 THE SCROLLBAR
1058 1081

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines