ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.123 by root, Tue Nov 23 10:54:27 2021 UTC vs.
Revision 1.124 by root, Mon Jan 2 18:37:20 2023 UTC

131.\} 131.\}
132.rm #[ #] #H #V #F C 132.rm #[ #] #H #V #F C
133.\" ======================================================================== 133.\" ========================================================================
134.\" 134.\"
135.IX Title "@@RXVT_NAME@@ 1" 135.IX Title "@@RXVT_NAME@@ 1"
136.TH @@RXVT_NAME@@ 1 "2021-11-22" "@@RXVT_VERSION@@" "RXVT-UNICODE" 136.TH @@RXVT_NAME@@ 1 "2023-01-02" "@@RXVT_VERSION@@" "RXVT-UNICODE"
137.\" For nroff, turn off justification. Always turn off hyphenation; it makes 137.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138.\" way too many mistakes in technical documents. 138.\" way too many mistakes in technical documents.
139.if n .ad l 139.if n .ad l
140.nh 140.nh
141.SH "NAME" 141.SH "NAME"
251.IX Item "-j|+j" 251.IX Item "-j|+j"
252Turn on/off jump scrolling (allow multiple lines per refresh); resource \fBjumpScroll\fR. 252Turn on/off jump scrolling (allow multiple lines per refresh); resource \fBjumpScroll\fR.
253.IP "\fB\-ss\fR|\fB+ss\fR" 4 253.IP "\fB\-ss\fR|\fB+ss\fR" 4
254.IX Item "-ss|+ss" 254.IX Item "-ss|+ss"
255Turn on/off skip scrolling (allow multiple screens per refresh); resource \fBskipScroll\fR. 255Turn on/off skip scrolling (allow multiple screens per refresh); resource \fBskipScroll\fR.
256.IP "\fB\-fps\fR \fInumber\fR" 4
257.IX Item "-fps number"
258Compile \fIfrills\fR: Set the refresh interval (in frames per second or
259negative seconds); resource \fBrefreshRate\fR.
256.IP "\fB\-fade\fR \fInumber\fR" 4 260.IP "\fB\-fade\fR \fInumber\fR" 4
257.IX Item "-fade number" 261.IX Item "-fade number"
258Fade the text by the given percentage when focus is lost. Small values 262Fade the text by the given percentage when focus is lost. Small values
259fade a little only, 100 completely replaces all colours by the fade 263fade a little only, 100 completely replaces all colours by the fade
260colour; resource \fBfading\fR. 264colour; resource \fBfading\fR.
752option \fB\-ss\fR. 756option \fB\-ss\fR.
753.Sp 757.Sp
754\&\fBFalse\fR: specify that everything is to be displayed, even 758\&\fBFalse\fR: specify that everything is to be displayed, even
755if the refresh is too fast for the human eye to read anything (or the 759if the refresh is too fast for the human eye to read anything (or the
756monitor to display anything); option \fB+ss\fR. 760monitor to display anything); option \fB+ss\fR.
761.IP "\fBrefreshRate:\fR \fInumber\fR" 4
762.IX Item "refreshRate: number"
763Compile \fIfrills\fR: When positive, sets the maximum refreshes per second
764(the default is \f(CW60\fR). When zero or negative, sets the minimum interval
765between refreshes, negated. That is, positive numbers limit the number
766of refreshes per second to that number, similar to a fps limiter in
767games. A negative number gets negated and directly sets the minimum
768interval between refreshes, that is, \f(CW10\fR and \f(CW\*(C`\-0.1\*(C'\fR both specify
769the same refresh interval (likewise \f(CW50\fR and \f(CW0.02\fR). Finally, zero
770makes @@RXVT_NAME@@ refresh as fast as possible. Fractional values are
771supported; option \fB\-fps\fR.
757.IP "\fBfading:\fR \fInumber\fR" 4 772.IP "\fBfading:\fR \fInumber\fR" 4
758.IX Item "fading: number" 773.IX Item "fading: number"
759Fade the text by the given percentage when focus is lost; option \fB\-fade\fR. 774Fade the text by the given percentage when focus is lost; option \fB\-fade\fR.
760.IP "\fBfadeColor:\fR \fIcolour\fR" 4 775.IP "\fBfadeColor:\fR \fIcolour\fR" 4
761.IX Item "fadeColor: colour" 776.IX Item "fadeColor: colour"
1327\&\f(CW\*(C`perl\-ext\-common\*(C'\fR resource. For example, \f(CW\*(C`default,\-selection\*(C'\fR will use 1342\&\f(CW\*(C`perl\-ext\-common\*(C'\fR resource. For example, \f(CW\*(C`default,\-selection\*(C'\fR will use
1328all the default extensions except \f(CW\*(C`selection\*(C'\fR. 1343all the default extensions except \f(CW\*(C`selection\*(C'\fR.
1329.Sp 1344.Sp
1330To prohibit autoloading of extensions, you can prefix them with \f(CW\*(C`/\*(C'\fR, 1345To prohibit autoloading of extensions, you can prefix them with \f(CW\*(C`/\*(C'\fR,
1331which will make urxvt refuse to automatically load them (this can be 1346which will make urxvt refuse to automatically load them (this can be
1332overriden, however, by specifying the extension name again without a 1347overridden, however, by specifying the extension name again without a
1333prefix, though). This does not prohibit extensions themselves loading 1348prefix, though). This does not prohibit extensions themselves loading
1334other extensions. For example, \f(CW\*(C`default,/background\*(C'\fR will keep the 1349other extensions. For example, \f(CW\*(C`default,/background\*(C'\fR will keep the
1335\&\f(CW\*(C`background\*(C'\fR extension from being loaded when a background \s-1OSC\s0 sequence 1350\&\f(CW\*(C`background\*(C'\fR extension from being loaded when a background \s-1OSC\s0 sequence
1336is received. 1351is received.
1337.Sp 1352.Sp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines