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.66 by root, Sat Jun 2 04:58:58 2007 UTC vs.
Revision 1.67 by root, Sun Jun 24 22:12:18 2007 UTC

95 95
96 -rv|+rv 96 -rv|+rv
97 Turn on/off simulated reverse video; resource reverseVideo. 97 Turn on/off simulated reverse video; resource reverseVideo.
98 98
99 -j|+j 99 -j|+j
100 Turn on/off jump scrolling; resource jumpScroll. 100 Turn on/off jump scrolling (allow multiple lines per refresh);
101 resource jumpScroll.
102
103 -ss|+ss
104 Turn on/off skip scrolling (allow multiple screens per refresh);
105 resource skipScroll.
101 106
102 -ip|+ip | -tr|+tr 107 -ip|+ip | -tr|+tr
103 Turn on/off inheriting parent window's pixmap. Alternative form is 108 Turn on/off inheriting parent window's pixmap. Alternative form is
104 -tr; resource inheritPixmap. 109 -tr; resource inheritPixmap.
105 110
123 be used to brighten or darken the image in addition to tinting it; 128 be used to brighten or darken the image in addition to tinting it;
124 resource *tintColor*. Example: 129 resource *tintColor*. Example:
125 130
126 rxvt -tr -tint blue -sh 40 131 rxvt -tr -tint blue -sh 40
127 132
133 -sh *number*
128 -sh *number* Darken (0 .. 100) or lighten (-1 .. -100) the transparent 134 Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
129 background image in addition to tinting it (i.e. -tint must be 135 image in addition to (or instead of) tinting it; resource *shading*.
130 specified, too, e.g. "-tint white"); resource *shading*. 136
137 -blt *string*
138 Specify background blending type. If background pixmap is specified
139 at the same time as transparency - such pixmap will be blended over
140 transparency image, using method specified. Supported values are :
141 add, alphablend, allanon - color values averaging, colorize, darken,
142 diff, dissipate, hue, lighten, overlay, saturate, screen, sub, tint,
143 value. The default is alpha-blending; resource *blendType*.
144
145 -blr *number*
146 Apply Gaussian Blur with the specified radius to the transparent
147 background image; resource *blurRadius*.
131 148
132 -bg *colour* 149 -bg *colour*
133 Window background colour; resource background. 150 Window background colour; resource background.
134 151
135 -fg *colour* 152 -fg *colour*
136 Window foreground colour; resource foreground. 153 Window foreground colour; resource foreground.
137 154
138 -pixmap *file[;geom]* 155 -pixmap *file[;geom]*
139 Compile *XPM*: Specify XPM file for the background and also 156 Compile *afterimage*: Specify image file for the background and also
140 optionally specify its scaling with a geometry string. Note you may 157 optionally specify its scaling with a geometry string. Note you may
141 need to add quotes to avoid special shell interpretation of the ";" 158 need to add quotes to avoid special shell interpretation of the ";"
142 in the command-line; resource backgroundPixmap. 159 in the command-line; for more details see resource backgroundPixmap.
143 160
144 -cr *colour* 161 -cr *colour*
145 The cursor colour; resource cursorColor. 162 The cursor colour; resource cursorColor.
146 163
147 -pr *colour* 164 -pr *colour*
506 True: simulate reverse video by foreground and background colours; 523 True: simulate reverse video by foreground and background colours;
507 option -rv. False: regular screen colours [default]; option +rv. See 524 option -rv. False: regular screen colours [default]; option +rv. See
508 note in COLORS AND GRAPHICS section. 525 note in COLORS AND GRAPHICS section.
509 526
510 jumpScroll: *boolean* 527 jumpScroll: *boolean*
511 True: specify that jump scrolling should be used. When scrolling 528 True: specify that jump scrolling should be used. When receiving
512 quickly, fewer screen updates are performed [default]; option -j. 529 lots of lines, rxvt will only scroll once a whole screen height of
530 lines has been read, resulting in fewer updates while still
531 displaying every received line; option -j.
532
513 False: specify that smooth scrolling should be used; option +j. 533 False: specify that smooth scrolling should be used. rxvt will force
534 a screen refresh on each new line it received; option +j.
535
536 skipScroll: *boolean*
537 True: (the default) specify that skip scrolling should be used. When
538 receiving lots of lines, rxvt will only scroll once in a while
539 (around 60 times per second), resulting in far fewer updates. This
540 can result in rxvt not ever displaying some of the lines it
541 receives; option -ss.
542
543 False: specify that everything is to be displayed, even if the
544 refresh is too fast for the human eye to read anything (or the
545 monitor to display anything); option +ss.
514 546
515 inheritPixmap: *boolean* 547 inheritPixmap: *boolean*
516 True: make the background inherit the parent windows' pixmap, giving 548 True: make the background inherit the parent windows' pixmap, giving
517 artificial transparency. False: do not inherit the parent windows' 549 artificial transparency. False: do not inherit the parent windows'
518 pixmap. 550 pixmap.
534 566
535 shading: *number* 567 shading: *number*
536 Darken (0 .. 100) or lighten (-1 .. -100) the transparent background 568 Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
537 image in addition to tinting it; option -sh. 569 image in addition to tinting it; option -sh.
538 570
571 blendType: *string*
572 Specify background blending type; option -blt.
573
574 blurRadius: *number*
575 Apply Gaussian Blurr with the specified radius to the transparent
576 background image; option -blr.
577
539 scrollColor: *colour* 578 scrollColor: *colour*
540 Use the specified colour for the scrollbar [default #B2B2B2]. 579 Use the specified colour for the scrollbar [default #B2B2B2].
541 580
542 troughColor: *colour* 581 troughColor: *colour*
543 Use the specified colour for the scrollbar's trough area [default 582 Use the specified colour for the scrollbar's trough area [default
546 borderColor: *colour* 585 borderColor: *colour*
547 The colour of the border around the text area and between the 586 The colour of the border around the text area and between the
548 scrollbar and the text. 587 scrollbar and the text.
549 588
550 backgroundPixmap: *file[;geom]* 589 backgroundPixmap: *file[;geom]*
551 Use the specified XPM file (note the `.xpm' extension is optional) 590 Use the specified image file for the background and also optionally
552 for the background and also optionally specify its scaling with a 591 specify its scaling with a geometry string WxH+X+Y, in which "W" /
553 geometry string WxH+X+Y, in which "W" / "H" specify the
554 horizontal/vertical scale (percent) and "X" / "Y" locate the image 592 "H" specify the horizontal/vertical scale (percent), and "X" / "Y"
555 centre (percent). A scale of 0 displays the image with tiling. A 593 locate the image centre (percent). A scale of 0 displays the image
556 scale of 1 displays the image without any scaling. A scale of 2 to 9 594 with tiling. A scale of 1 displays the image without any scaling. A
557 specifies an integer number of images in that direction. No image 595 scale of 2 to 9 specifies an integer number of images in that
558 will be magnified beyond 10 times its original size. The maximum 596 direction. No image will be magnified beyond 10 times its original
559 permitted scale is 1000. [default 0x0+50+50] 597 size. The maximum permitted scale is 1000. Special string of "auto"
598 used as a geometry will cause image to be automatically scaled to
599 match window size. If used in conjunction with -tr option -
600 specified pixmap will be blended over transparency image using
601 either alpha-blending, or any other blending type, specified with
602 -blt "type" option. [default 0x0+50+50]
560 603
561 path: *path* 604 path: *path*
562 Specify the colon-delimited search path for finding XPM files. 605 Specify the colon-delimited search path for finding XPM files.
563 606
564 font: *fontlist* 607 font: *fontlist*
1024 1067
1025 override-redirect: *boolean* 1068 override-redirect: *boolean*
1026 Compile *frills*: Sets override-redirect for the terminal window, 1069 Compile *frills*: Sets override-redirect for the terminal window,
1027 making it almost invisible to window managers; option 1070 making it almost invisible to window managers; option
1028 -override-redirect. 1071 -override-redirect.
1072
1073 iso14755_52: *boolean*
1074 Turn on/off ISO 14755 5.2 mode (default enabled).
1029 1075
1030THE SCROLLBAR 1076THE SCROLLBAR
1031 Lines of text that scroll off the top of the rxvt window (resource: 1077 Lines of text that scroll off the top of the rxvt window (resource:
1032 saveLines) and can be scrolled back using the scrollbar or by 1078 saveLines) and can be scrolled back using the scrollbar or by
1033 keystrokes. The normal rxvt scrollbar has arrows and its behaviour is 1079 keystrokes. The normal rxvt scrollbar has arrows and its behaviour is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines