--- rxvt-unicode/doc/rxvt.1.pod 2021/12/19 20:48:21 1.259 +++ rxvt-unicode/doc/rxvt.1.pod 2022/12/23 21:46:46 1.260 @@ -130,6 +130,11 @@ Turn on/off skip scrolling (allow multiple screens per refresh); resource B. +=item B<-fps> I + +Compile I: Set the refresh interval (in frames per second or +negative seconds); resource B. + =item B<-fade> I Fade the text by the given percentage when focus is lost. Small values @@ -699,6 +704,17 @@ if the refresh is too fast for the human eye to read anything (or the monitor to display anything); option B<+ss>. +=item B I + +Compile I: When positive, sets the maximum refreshes per second +(the default is C<60>). When zero or negative, sets the minimum interval +between refreshes, negated. That is, positive numbers limit the number +of refreshes per second to that number, similar to a fps limiter in +games. Zero or negative numbers get negated and directly set the minimum +interval between refreshs, that is, C<10> and C<-0.1> both specify the +same refresh interval (likewise C<50> and C<0.02>). Fractional values are +supported; option B<-fps>. + =item B I Fade the text by the given percentage when focus is lost; option B<-fade>.