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.259 by sf-exg, Sun Dec 19 20:48:21 2021 UTC vs.
Revision 1.262 by root, Mon Feb 13 17:29:02 2023 UTC

128 128
129=item B<-ss>|B<+ss> 129=item B<-ss>|B<+ss>
130 130
131Turn on/off skip scrolling (allow multiple screens per refresh); resource B<skipScroll>. 131Turn on/off skip scrolling (allow multiple screens per refresh); resource B<skipScroll>.
132 132
133=item B<-fps> I<number>
134
135Compile I<frills>: Set the refresh interval (in frames per second or
136negative seconds); resource B<refreshRate>.
137
133=item B<-fade> I<number> 138=item B<-fade> I<number>
134 139
135Fade the text by the given percentage when focus is lost. Small values 140Fade the text by the given percentage when focus is lost. Small values
136fade a little only, 100 completely replaces all colours by the fade 141fade a little only, 100 completely replaces all colours by the fade
137colour; resource B<fading>. 142colour; resource B<fading>.
697 702
698B<False>: specify that everything is to be displayed, even 703B<False>: specify that everything is to be displayed, even
699if the refresh is too fast for the human eye to read anything (or the 704if the refresh is too fast for the human eye to read anything (or the
700monitor to display anything); option B<+ss>. 705monitor to display anything); option B<+ss>.
701 706
707=item B<refreshRate:> I<number>
708
709Compile I<frills>: When positive, sets the maximum refreshes per second
710(the default is C<60>). When zero or negative, sets the minimum interval
711between refreshes, negated. That is, positive numbers limit the number
712of refreshes per second to that number, similar to a fps limiter in
713games. A negative number gets negated and directly sets the minimum
714interval between refreshes, that is, C<10> and C<-0.1> both specify
715the same refresh interval (likewise C<50> and C<0.02>). Finally, zero
716makes @@RXVT_NAME@@ refresh as fast as possible. Fractional values are
717supported; option B<-fps>.
718
702=item B<fading:> I<number> 719=item B<fading:> I<number>
703 720
704Fade the text by the given percentage when focus is lost; option B<-fade>. 721Fade the text by the given percentage when focus is lost; option B<-fade>.
705 722
706=item B<fadeColor:> I<colour> 723=item B<fadeColor:> I<colour>
886Align the B<top>, B<bottom> or B<centre> [default] of the scrollbar 903Align the B<top>, B<bottom> or B<centre> [default] of the scrollbar
887thumb with the pointer on middle button press/drag. 904thumb with the pointer on middle button press/drag.
888 905
889=item B<scrollTtyOutput:> I<boolean> 906=item B<scrollTtyOutput:> I<boolean>
890 907
891B<True>: scroll to bottom when tty receives output; option B<-si>. 908B<True>: scroll to bottom when tty receives output; option B<+si>.
892B<False>: do not scroll to bottom when tty receives output; option 909B<False>: do not scroll to bottom when tty receives output; option
893B<+si>. 910B<-si>.
894 911
895=item B<scrollWithBuffer:> I<boolean> 912=item B<scrollWithBuffer:> I<boolean>
896 913
897B<True>: scroll with scrollback buffer when tty receives new lines (i.e. 914B<True>: scroll with scrollback buffer when tty receives new lines (i.e.
898try to show the same lines) and B<scrollTtyOutput> is False; option 915try to show the same lines) and B<scrollTtyOutput> is False; option

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines