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.94 by root, Thu Jan 12 05:37:34 2006 UTC vs.
Revision 1.97 by root, Mon Jan 16 15:07:27 2006 UTC

172resource B<borderColor>. 172resource B<borderColor>.
173 173
174=item B<-fn> I<fontlist> 174=item B<-fn> I<fontlist>
175 175
176Select the fonts to be used. This is a comma separated list of font names 176Select the fonts to be used. This is a comma separated list of font names
177that are used in turn when trying to display Unicode characters. The 177that are checked in order when trying to find glyphs for characters. The
178first font defines the cell size for characters; other fonts might be 178first font defines the cell size for characters; other fonts might be
179smaller, but not (in general) larger. A (hopefully) reasonable default 179smaller, but not (in general) larger. A (hopefully) reasonable default
180font list is always appended to it. See resource B<font> for more details. 180font list is always appended to it. See resource B<font> for more details.
181 181
182In short, to specify an X11 core font, just specify it's name or prefix it 182In short, to specify an X11 core font, just specify it's name or prefix it
627of 1 displays the image without any scaling. A scale of 2 to 9 627of 1 displays the image without any scaling. A scale of 2 to 9
628specifies an integer number of images in that direction. No image will 628specifies an integer number of images in that direction. No image will
629be magnified beyond 10 times its original size. The maximum permitted 629be magnified beyond 10 times its original size. The maximum permitted
630scale is 1000. [default 0x0+50+50] 630scale is 1000. [default 0x0+50+50]
631 631
632=item B<menu:> I<file[;tag]>
633
634Read in the specified menu file (note the `.menu' extension is
635optional) and also optionally specify a starting tag to find. See the
636reference documentation for details on the syntax for the menuBar.
637
638=item B<path:> I<path> 632=item B<path:> I<path>
639 633
640Specify the colon-delimited search path for finding files (XPM and 634Specify the colon-delimited search path for finding XPM files.
641menus), in addition to the paths specified by the B<RXVTPATH> and
642B<PATH> environment variables.
643 635
644=item B<font:> I<fontlist> 636=item B<font:> I<fontlist>
645 637
646Select the fonts to be used. This is a comma separated list of font 638Select the fonts to be used. This is a comma separated list of font names
647names that are used in turn when trying to display Unicode characters. 639that are checked in order when trying to find glyphs for characters. The
648The first font defines the cell size for characters; other fonts might 640first font defines the cell size for characters; other fonts might be
649be smaller, but not larger. A reasonable default font list is always 641smaller, but not (in general) larger. A (hopefully) reasonable default
650appended to it; option B<-fn>. 642font list is always appended to it; option B<-fn>.
651 643
652Each font can either be a standard X11 core font (XLFD) name, with 644Each font can either be a standard X11 core font (XLFD) name, with
653optional prefix C<x:> or a Xft font (Compile I<xft>), prefixed with C<xft:>. 645optional prefix C<x:> or a Xft font (Compile I<xft>), prefixed with C<xft:>.
654 646
655In addition, each font can be prefixed with additional hints and 647In addition, each font can be prefixed with additional hints and
657hint currently is C<codeset=codeset-name>, and this is only used for Xft 649hint currently is C<codeset=codeset-name>, and this is only used for Xft
658fonts. 650fonts.
659 651
660For example, this font resource 652For example, this font resource
661 653
662 URxvt*font: 9x15bold,\ 654 URxvt.font: 9x15bold,\
663 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\ 655 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\
664 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \ 656 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \
665 [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \ 657 [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \
666 xft:Code2000:antialias=false 658 xft:Code2000:antialias=false
667 659
764 756
765The string will be interpreted as if typed into the shell as-is. 757The string will be interpreted as if typed into the shell as-is.
766 758
767Example: 759Example:
768 760
769 URxvt*print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX) 761 URxvt.print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX)
770 762
771This creates a new file in your home directory with the screen contents 763This creates a new file in your home directory with the screen contents
772everytime you hit C<Print>. 764everytime you hit C<Print>.
773 765
774=item B<scrollBar:> I<boolean> 766=item B<scrollBar:> I<boolean>
946default. (Note that many other terminals, including xterm, have these 938default. (Note that many other terminals, including xterm, have these
947sequences enabled by default, which doesn't make it safer, though). 939sequences enabled by default, which doesn't make it safer, though).
948 940
949You can enable them by setting this boolean resource or specifying 941You can enable them by setting this boolean resource or specifying
950B<-insecure> as an option. At the moment, this enables display-answer, 942B<-insecure> as an option. At the moment, this enables display-answer,
951locale, findfont, icon label and window title requests as well as dynamic 943locale, findfont, icon label and window title requests.
952menubar dispatch.
953 944
954=item B<modifier:> I<modifier> 945=item B<modifier:> I<modifier>
955 946
956Set the key to be interpreted as the Meta key to: B<alt>, B<meta>, 947Set the key to be interpreted as the Meta key to: B<alt>, B<meta>,
957B<hyper>, B<super>, B<mod1>, B<mod2>, B<mod3>, B<mod4>, B<mod5>; option 948B<hyper>, B<super>, B<mod1>, B<mod2>, B<mod3>, B<mod4>, B<mod5>; option
1115F<@@RXVT_LIBDIR@@/urxvt/perl/>. Due to security reasons, this resource 1106F<@@RXVT_LIBDIR@@/urxvt/perl/>. Due to security reasons, this resource
1116will be ignored when running setuid/setgid. 1107will be ignored when running setuid/setgid.
1117 1108
1118See the @@RXVT_NAME@@perl(3) manpage. 1109See the @@RXVT_NAME@@perl(3) manpage.
1119 1110
1111=item B<< selection.pattern-I<idx> >>: I<perl-regex>
1112
1113Additional selection patterns, see the @@RXVT_NAME@@perl(3) manpage for
1114details.
1115
1116=item B<< selection-autotransform.I<idx> >>: I<perl-transform>
1117
1118Selection auto-transform patterns, see the @@RXVT_NAME@@perl(3) manpage
1119for details.
1120
1120=item B<searchable-scrollback:> I<keysym> 1121=item B<searchable-scrollback:> I<keysym>
1121 1122
1122Sets the hotkey that starts the incremental scrollback buffer search 1123Sets the hotkey that starts the incremental scrollback buffer search
1123(default: C<M-s>). 1124(default: C<M-s>).
1124 1125
1190=head1 CHANGING FONTS 1191=head1 CHANGING FONTS
1191 1192
1192Changing fonts (or font sizes, respectively) via the keypad is not yet 1193Changing fonts (or font sizes, respectively) via the keypad is not yet
1193supported in rxvt-unicode. Bug me if you need this. 1194supported in rxvt-unicode. Bug me if you need this.
1194 1195
1195You can, however, switch fonts at runtime using escape sequences (and 1196You can, however, switch fonts at runtime using escape sequences, e.g.:
1196therefore using the menubar), e.g.:
1197 1197
1198 printf '\e]710;%s\007' "9x15bold,xft:Kochi Gothic" 1198 printf '\e]710;%s\007' "9x15bold,xft:Kochi Gothic"
1199
1200You can use keyboard shortcuts, too:
1201
1202 URxvt.keysym.M-C-1: command:\033]710;suxuseuro\007\033]711;suxuseuro\007
1203 URxvt.keysym.M-C-2: command:\033]710;9x15bold\007\033]711;9x15bold\007
1199 1204
1200rxvt-unicode will automatically re-apply these fonts to the output so far. 1205rxvt-unicode will automatically re-apply these fonts to the output so far.
1201 1206
1202=head1 ISO 14755 SUPPORT 1207=head1 ISO 14755 SUPPORT
1203 1208

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines