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.260 by root, Fri Dec 23 21:46:46 2022 UTC vs.
Revision 1.262 by root, Mon Feb 13 17:29:02 2023 UTC

708 708
709Compile I<frills>: When positive, sets the maximum refreshes per second 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 710(the default is C<60>). When zero or negative, sets the minimum interval
711between refreshes, negated. That is, positive numbers limit the number 711between refreshes, negated. That is, positive numbers limit the number
712of refreshes per second to that number, similar to a fps limiter in 712of refreshes per second to that number, similar to a fps limiter in
713games. Zero or negative numbers get negated and directly set the minimum 713games. A negative number gets negated and directly sets the minimum
714interval between refreshs, that is, C<10> and C<-0.1> both specify the 714interval between refreshes, that is, C<10> and C<-0.1> both specify
715same refresh interval (likewise C<50> and C<0.02>). Fractional values are 715the same refresh interval (likewise C<50> and C<0.02>). Finally, zero
716makes @@RXVT_NAME@@ refresh as fast as possible. Fractional values are
716supported; option B<-fps>. 717supported; option B<-fps>.
717 718
718=item B<fading:> I<number> 719=item B<fading:> I<number>
719 720
720Fade 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>.
902Align 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
903thumb with the pointer on middle button press/drag. 904thumb with the pointer on middle button press/drag.
904 905
905=item B<scrollTtyOutput:> I<boolean> 906=item B<scrollTtyOutput:> I<boolean>
906 907
907B<True>: scroll to bottom when tty receives output; option B<-si>. 908B<True>: scroll to bottom when tty receives output; option B<+si>.
908B<False>: do not scroll to bottom when tty receives output; option 909B<False>: do not scroll to bottom when tty receives output; option
909B<+si>. 910B<-si>.
910 911
911=item B<scrollWithBuffer:> I<boolean> 912=item B<scrollWithBuffer:> I<boolean>
912 913
913B<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.
914try 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