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.37 by root, Sat Jan 7 04:19:43 2006 UTC vs.
Revision 1.39 by root, Mon Jan 9 01:36:56 2006 UTC

400 # now communicate with rxvt 400 # now communicate with rxvt
401 my $slave = $pty->slave; 401 my $slave = $pty->slave;
402 while (<$slave>) { print $slave "got <$_>\n" } 402 while (<$slave>) { print $slave "got <$_>\n" }
403 403
404 -pe *string* 404 -pe *string*
405 Comma-separated list of perl extension scripts to use in this 405 Comma-separated list of perl extension scripts to use (or not to
406 terminal instance. See resource perl-ext. 406 use) in this terminal instance. See resource perl-ext for details.
407 407
408RESOURCES (available also as long-options) 408RESOURCES (available also as long-options)
409 Note: `rxvt --help' gives a list of all resources (long options) 409 Note: `rxvt --help' gives a list of all resources (long options)
410 compiled into your version. 410 compiled into your version.
411 411
941 URxvt.keysym.M-C-3: command:\033[8;25;80t 941 URxvt.keysym.M-C-3: command:\033[8;25;80t
942 URxvt.keysym.M-C-4: command:\033[8;48;110t 942 URxvt.keysym.M-C-4: command:\033[8;48;110t
943 943
944 perl-ext-common: *string* 944 perl-ext-common: *string*
945 perl-ext: *string* 945 perl-ext: *string*
946 Comma-separated list(s) of perl extension scripts to use in this 946 Comma-separated list(s) of perl extension scripts (default:
947 terminal instance. Each extension is looked up in the library 947 "default") to use in this terminal instance; option -pe.
948
949 Extension names can be prefixed with a "-" sign to prohibit using
950 it. This can be useful to selectively disable some extensions loaded
951 by default, or specified via the "perl-ext-common" resource. For
952 example, "default,-selection" will use all the default extension
953 except "selection".
954
955 Each extension is looked up in the library directories, loaded if
948 directories, loaded if necessary, and bound to the current terminal 956 necessary, and bound to the current terminal instance.
949 instance. If this resource is empty or missing, then the perl 957
958 If both of these resources are the empty string, then the perl
950 interpreter will not be initialized. The idea behind two options is 959 interpreter will not be initialized. The idea behind two options is
951 that perl-ext-common will be used for extensions that should be 960 that perl-ext-common will be used for extensions that should be
952 available to all instances, while perl-ext is used for specific 961 available to all instances, while perl-ext is used for specific
953 instances; option -pe. 962 instances.
954 963
955 perl-eval: *string* 964 perl-eval: *string*
956 Perl code to be evaluated when all extensions have been registered. 965 Perl code to be evaluated when all extensions have been registered.
957 See the rxvtperl(3) manpage. 966 See the rxvtperl(3) manpage. Due to security reasons, this resource
967 will be ignored when running setuid/setgid.
958 968
959 perl-lib: *path* 969 perl-lib: *path*
960 Colon-separated list of additional directories that hold extension 970 Colon-separated list of additional directories that hold extension
961 scripts. When looking for extensions specified by the "perl" 971 scripts. When looking for extensions specified by the "perl"
962 resource, rxvt will first look in these directories and then in 972 resource, rxvt will first look in these directories and then in
963 /opt/rxvt/lib/urxvt/perl/. 973 /opt/rxvt/lib/urxvt/perl/. Due to security reasons, this resource
974 will be ignored when running setuid/setgid.
964 975
965 See the rxvtperl(3) manpage. 976 See the rxvtperl(3) manpage.
977
978 transient-for: *windowid*
979 Sets the WM_TRANSIENT_FOR property to the given window iw.
966 980
967THE SCROLLBAR 981THE SCROLLBAR
968 Lines of text that scroll off the top of the rxvt window (resource: 982 Lines of text that scroll off the top of the rxvt window (resource:
969 saveLines) and can be scrolled back using the scrollbar or by 983 saveLines) and can be scrolled back using the scrollbar or by
970 keystrokes. The normal rxvt scrollbar has arrows and its behaviour is 984 keystrokes. The normal rxvt scrollbar has arrows and its behaviour is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines