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.96 by root, Fri Jan 13 12:40:46 2006 UTC vs.
Revision 1.98 by root, Mon Jan 16 15:12:48 2006 UTC

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 names 638Select the fonts to be used. This is a comma separated list of font names
647that are checked in order when trying to find glyphs for characters. The 639that are checked in order when trying to find glyphs for characters. The
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
1200=head1 CHANGING FONTS 1191=head1 CHANGING FONTS
1201 1192
1202Changing fonts (or font sizes, respectively) via the keypad is not yet 1193Changing fonts (or font sizes, respectively) via the keypad is not yet
1203supported in rxvt-unicode. Bug me if you need this. 1194supported in rxvt-unicode. Bug me if you need this.
1204 1195
1205You can, however, switch fonts at runtime using escape sequences (and 1196You can, however, switch fonts at runtime using escape sequences, e.g.:
1206therefore using the menubar), e.g.:
1207 1197
1208 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
1209 1204
1210rxvt-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.
1211 1206
1212=head1 ISO 14755 SUPPORT 1207=head1 ISO 14755 SUPPORT
1213 1208
1375 1370
1376=item B<SHELL> 1371=item B<SHELL>
1377 1372
1378The shell to be used for command execution, defaults to C</bin/sh>. 1373The shell to be used for command execution, defaults to C</bin/sh>.
1379 1374
1380=item B<RXVTPATH>
1381
1382The path where @@RXVT_NAME@@ looks for support files such as menu and xpm
1383files.
1384
1385=item B<PATH>
1386
1387Used in the same way as C<RXVTPATH>.
1388
1389=item B<RXVT_SOCKET> 1375=item B<RXVT_SOCKET>
1390 1376
1391The unix domain socket path used by @@RXVT_NAME@@c(1) and 1377The unix domain socket path used by @@RXVT_NAME@@c(1) and
1392@@RXVT_NAME@@d(1). 1378@@RXVT_NAME@@d(1).
1393 1379

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines