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.2 by root, Sun Jan 16 15:59:45 2005 UTC vs.
Revision 1.3 by root, Mon Jan 17 01:44:51 2005 UTC

118 Window foreground colour; resource foreground. 118 Window foreground colour; resource foreground.
119 119
120 -pixmap *file[;geom]* 120 -pixmap *file[;geom]*
121 Compile *XPM*: Specify XPM file for the background and also 121 Compile *XPM*: Specify XPM file for the background and also
122 optionally specify its scaling with a geometry string. Note you may 122 optionally specify its scaling with a geometry string. Note you may
123 need to add quotes to avoid special shell interpretation of the `;' 123 need to add quotes to avoid special shell interpretation of the ";"
124 in the command-line; resource backgroundPixmap. 124 in the command-line; resource backgroundPixmap.
125 125
126 -cr *colour* 126 -cr *colour*
127 The cursor colour; resource cursorColor. 127 The cursor colour; resource cursorColor.
128 128
359 359
360 colorBD: *colour* 360 colorBD: *colour*
361 colorIT: *colour* 361 colorIT: *colour*
362 Use the specified colour to display bold or italic characters when 362 Use the specified colour to display bold or italic characters when
363 the foreground colour is the default. If font styles are not 363 the foreground colour is the default. If font styles are not
364 available (Compile styles) and this option is unset, reverse video 364 available (Compile *styles*) and this option is unset, reverse video
365 is used instead. 365 is used instead.
366 366
367 colorUL: *colour* 367 colorUL: *colour*
368 Use the specified colour to display underlined characters when the 368 Use the specified colour to display underlined characters when the
369 foreground colour is the default. 369 foreground colour is the default.
449 characters. The first font defines the cell size for characters; 449 characters. The first font defines the cell size for characters;
450 other fonts might be smaller, but not larger. A reasonable default 450 other fonts might be smaller, but not larger. A reasonable default
451 font list is always appended to it. option -fn. 451 font list is always appended to it. option -fn.
452 452
453 Each font can either be a standard X11 core font (XLFD) name, with 453 Each font can either be a standard X11 core font (XLFD) name, with
454 optional prefix "x:" or a Xft font (Compile xft), prefixed with 454 optional prefix "x:" or a Xft font (Compile *xft*), prefixed with
455 "xft:". 455 "xft:".
456 456
457 In addition, each font can be prefixed with additional hints and 457 In addition, each font can be prefixed with additional hints and
458 specifications enclosed in square brackets ("[]"). The only 458 specifications enclosed in square brackets ("[]"). The only
459 available hint currently is "codeset=codeset-name", and this is only 459 available hint currently is "codeset=codeset-name", and this is only
690 option is enabled, scrolls on the secondary screen will change the 690 option is enabled, scrolls on the secondary screen will change the
691 scrollback buffer and switching to/from the secondary screen will 691 scrollback buffer and switching to/from the secondary screen will
692 instead scroll the screen up. 692 instead scroll the screen up.
693 693
694 keysym.*sym*: *string* 694 keysym.*sym*: *string*
695 Associate *string* with keysym *sym*. The intervening resource name 695 Compile *frills*: Associate *string* with keysym *sym*. The
696 keysym. cannot be omitted. This resource is only available when 696 intervening resource name keysym. cannot be omitted.
697 compiled with KEYSYM_RESOURCE.
698 697
699 The format of *sym* is "*(mask-)key*", where *mask* can be any 698 The format of *sym* is "*(modifiers-)key*", where *modifiers* can be
700 combination of Control, NumLock, Shift, Meta, Lock, Mod1, Mod2, 699 any combination of ISOLevel3, AppKeypad, Control, NumLock, Shift,
701 Mod3, Mod4, Mod5, and the abbreviated C, N, S, M, A, L, 1, 2, 3, 4, 700 Meta, Lock, Mod1, Mod2, Mod3, Mod4, Mod5, and the abbreviated I, K,
701 C, N, S, M, A, L, 1, 2, 3, 4, 5.
702
703 The NumLock, Meta and ISOLevel3 modifiers are usually aliased to
704 whatever modifier the NumLock key, Meta/Alt keys or ISO Level3
705 Shift/AltGr keys are being mapped. AppKeypad is a artificial
706 modifier mapped to the current application keymap mode state.
707
702 5. The spellings of *key* can be obtained by using xev(1) command or 708 The spellings of *key* can be obtained by using xev(1) command or
703 searching keysym macros from /usr/X11R6/include/X11/keysymdef.h and 709 searching keysym macros from /usr/X11R6/include/X11/keysymdef.h and
704 omit the prefix XK_. Alternatively you can specify *key* by its hex 710 omitting the prefix XK_. Alternatively you can specify *key* by its
705 keysym value (0x0000 - 0xFFFF). Note that the lookup of *sym*s is 711 hex keysym value (0x0000 - 0xFFFF). Note that the lookup of *sym*s
706 not performed in an exact manner; however, the closest match is 712 is not performed in an exact manner; however, the closest match is
707 assured. 713 assured.
708 714
709 *string* may contain escape values (\a: bell, \b: backspace, \e, \E: 715 *string* may contain escape values ("\a": bell, "\b": backspace,
710 escape, \n: newline, \r: return, \t: tab, \000: octal number) or 716 "\e", "\E": escape, "\n": newline, "\r": carriage return, "\t": tab,
711 control characters (^?: delete, ^@: null, ^A ...) and may enclosed 717 "\000": octal number) or verbatim control characters ("^?": delete,
718 "^@": null, "^A" ...) and may be enclosed with double quotes so that
712 with double quotes so that it can start or end with whitespace. 719 it can start or end with whitespace.
713 720
714 You can define a range of keysyms in one shot by providing a 721 You can define a range of keysyms in one shot by providing a
715 *string* with pattern list/STRING1/STRING2/STRING3, where the 722 *string* with pattern list/PREFIX/MIDDLE/SUFFIX, where the delimeter
716 delimeter `/' should be a character not used by the STRINGs. 723 `/' should be a character not used by the strings.
717 724
718 Its usage can be demonstrated by an example: URxvt.keysym.M-C-0x61: 725 Its usage can be demonstrated by an example:
719 list.abc.\e<M-C-.> 726
727 URxvt.keysym.M-C-0x61: list|\e<M-C-|abc|>
720 728
721 The above line is equivalent to the following three lines: 729 The above line is equivalent to the following three lines:
730
722 URxvt.keysym.Meta-Control-0x61: \e<M-C-a> 731 URxvt.keysym.Meta-Control-0x61: \e<M-C-a>
723 URxvt.keysym.Meta-Control-0x62: \e<M-C-b> 732 URxvt.keysym.Meta-Control-0x62: \e<M-C-b>
724 URxvt.keysym.Meta-Control-0x63: \e<M-C-c> 733 URxvt.keysym.Meta-Control-0x63: \e<M-C-c>
725 734
726 If *string* takes the form of proto:STRING, the specified STRING is 735 If *string* takes the form of "proto:STRING", the specified STRING
727 interpreted and executed as rxvt's control sequence. For example, 736 is interpreted and executed as rxvt's control sequence. For example,
728 "proto:\033]701;zh_CN.GBK\007" means changing the current locale to 737 "proto:\033]701;zh_CN.GBK\007" means: change the current locale to
729 zh_CN.GBK. 738 "zh_CN.GBK".
730 739
731THE SCROLLBAR 740THE SCROLLBAR
732 Lines of text that scroll off the top of the rxvt window (resource: 741 Lines of text that scroll off the top of the rxvt window (resource:
733 saveLines) and can be scrolled back using the scrollbar or by 742 saveLines) and can be scrolled back using the scrollbar or by
734 keystrokes. The normal rxvt scrollbar has arrows and its behaviour is 743 keystrokes. The normal rxvt scrollbar has arrows and its behaviour is
759 region and release; Right click to extend the marked region; Left 768 region and release; Right click to extend the marked region; Left
760 double-click to select a word; Left triple-click to select the 769 double-click to select a word; Left triple-click to select the
761 entire line. 770 entire line.
762 771
763 Starting a selection while pressing the Meta key (or Meta+Ctrl keys) 772 Starting a selection while pressing the Meta key (or Meta+Ctrl keys)
764 (Compile: frills) will create a rectangular selection instead of a 773 (Compile: *frills*) will create a rectangular selection instead of a
765 normal one. 774 normal one.
766 775
767 Insertion: 776 Insertion:
768 Pressing and releasing the Middle mouse button (or Shift-Insert) in 777 Pressing and releasing the Middle mouse button (or Shift-Insert) in
769 an rxvt window causes the current text selection to be inserted as 778 an rxvt window causes the current text selection to be inserted as

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines