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.263 by sf-exg, Sat Jan 20 08:00:50 2024 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
1463 1464
1464Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be 1465Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be
1465inserted too. 1466inserted too.
1466 1467
1467rxvt-unicode also provides the bindings B<Ctrl-Meta-c> and 1468rxvt-unicode also provides the bindings B<Ctrl-Meta-c> and
1468<Ctrl-Meta-v> to interact with the CLIPBOARD selection. The first 1469B<Ctrl-Meta-v> to interact with the CLIPBOARD selection. The first
1469binding causes the value of the internal selection to be copied to the 1470binding causes the value of the internal selection to be copied to the
1470CLIPBOARD selection, while the second binding causes the value of the 1471CLIPBOARD selection, while the second binding causes the value of the
1471CLIPBOARD selection to be inserted. 1472CLIPBOARD selection to be inserted.
1472 1473
1473=back 1474=back

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines