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

Comparing rxvt-unicode/doc/rxvt.1.txt (file contents):
Revision 1.29 by root, Mon Jan 2 15:11:05 2006 UTC vs.
Revision 1.30 by root, Mon Jan 2 19:36:07 2006 UTC

390 390
391 # now communicate with rxvt 391 # now communicate with rxvt
392 my $slave = $pty->slave; 392 my $slave = $pty->slave;
393 while (<$slave>) { print $slave "got <$_>\n" } 393 while (<$slave>) { print $slave "got <$_>\n" }
394 394
395 -perl *string*
396 Used by perl extension. See resource perl.
397
395RESOURCES (available also as long-options) 398RESOURCES (available also as long-options)
396 Note: `rxvt --help' gives a list of all resources (long options) 399 Note: `rxvt --help' gives a list of all resources (long options)
397 compiled into your version. 400 compiled into your version.
398 401
399 There are two different methods that rxvt can use to get the Xresource 402 There are two different methods that rxvt can use to get the Xresource
545 font: *fontlist* 548 font: *fontlist*
546 Select the fonts to be used. This is a comma separated list of font 549 Select the fonts to be used. This is a comma separated list of font
547 names that are used in turn when trying to display Unicode 550 names that are used in turn when trying to display Unicode
548 characters. The first font defines the cell size for characters; 551 characters. The first font defines the cell size for characters;
549 other fonts might be smaller, but not larger. A reasonable default 552 other fonts might be smaller, but not larger. A reasonable default
550 font list is always appended to it. option -fn. 553 font list is always appended to it; option -fn.
551 554
552 Each font can either be a standard X11 core font (XLFD) name, with 555 Each font can either be a standard X11 core font (XLFD) name, with
553 optional prefix "x:" or a Xft font (Compile *xft*), prefixed with 556 optional prefix "x:" or a Xft font (Compile *xft*), prefixed with
554 "xft:". 557 "xft:".
555 558
774 777
775 imLocale: *name* 778 imLocale: *name*
776 The locale to use for opening the IM. You can use an "LC_CTYPE" of 779 The locale to use for opening the IM. You can use an "LC_CTYPE" of
777 e.g. "de_DE.UTF-8" for normal text processing but "ja_JP.EUC-JP" for 780 e.g. "de_DE.UTF-8" for normal text processing but "ja_JP.EUC-JP" for
778 the input extension to be able to input japanese characters while 781 the input extension to be able to input japanese characters while
779 staying in another locale. option -imlocale. 782 staying in another locale; option -imlocale.
780 783
781 imFont: *fontset* 784 imFont: *fontset*
782 Specify the font-set used for XIM styles "OverTheSpot" or 785 Specify the font-set used for XIM styles "OverTheSpot" or
783 "OffTheSpot". It must be a standard X font set (XLFD patterns 786 "OffTheSpot". It must be a standard X font set (XLFD patterns
784 separated by commas), i.e. it's not in the same format as the other 787 separated by commas), i.e. it's not in the same format as the other
787 to the base font. option -imfont. 790 to the base font. option -imfont.
788 791
789 tripleclickwords: *boolean* 792 tripleclickwords: *boolean*
790 Change the meaning of triple-click selection with the left mouse 793 Change the meaning of triple-click selection with the left mouse
791 button. Instead of selecting a full line it will extend the 794 button. Instead of selecting a full line it will extend the
792 selection to the end of the logical line only. option -tcw. 795 selection to the end of the logical line only; option -tcw.
793 796
794 insecure: *boolean* 797 insecure: *boolean*
795 Enables "insecure" mode. Rxvt-unicode offers some escape sequences 798 Enables "insecure" mode. Rxvt-unicode offers some escape sequences
796 that echo arbitrary strings like the icon name or the locale. This 799 that echo arbitrary strings like the icon name or the locale. This
797 could be abused if somebody gets 8-bit-clean access to your display, 800 could be abused if somebody gets 8-bit-clean access to your display,
912 Other things are possible, e.g. resizing (see rxvt(7) for more 915 Other things are possible, e.g. resizing (see rxvt(7) for more
913 info): 916 info):
914 917
915 URxvt.keysym.M-C-3: command:\033[8;25;80t 918 URxvt.keysym.M-C-3: command:\033[8;25;80t
916 URxvt.keysym.M-C-4: command:\033[8;48;110t 919 URxvt.keysym.M-C-4: command:\033[8;48;110t
920
921 perl: *string*
922 Used by perl extension and is free for any use, as it is not
923 interpreted by rxvt-unicode itself; option perl.
924
925 perl-eval: *string*
926 Perl code to be evaluated when all extensions have been loaded. See
927 the rxvtperl(3) manpage.
928
929 perl-lib: *path*
930 Additional directory that holds extension scripts that are loaded
931 and enabled for this terminal instance, in addition to scripts
932 stored in /opt/rxvt/lib/urxvt/perl-ext/, which are global to all
933 terminal instances.
934
935 See the rxvtperl(3) manpage.
917 936
918THE SCROLLBAR 937THE SCROLLBAR
919 Lines of text that scroll off the top of the rxvt window (resource: 938 Lines of text that scroll off the top of the rxvt window (resource:
920 saveLines) and can be scrolled back using the scrollbar or by 939 saveLines) and can be scrolled back using the scrollbar or by
921 keystrokes. The normal rxvt scrollbar has arrows and its behaviour is 940 keystrokes. The normal rxvt scrollbar has arrows and its behaviour is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines