-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 669a090cad1239d82935596cd35878c4bcd1a41e:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 669a090cad1239d82935596cd35878c4bcd1a41e
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Fri Feb 1 14:13:52 2008 +0000

    Remove missed occurrences of scrollbar_is{Up,Dn}.

diff --git a/src/command.C b/src/command.C

index 603e6e81e9090c6191b0623ff3ef52f1045a5f73..

index ..4863bb7f5a418c06c232019b22334331037a5dad 100644

--- a/src/command.C
+++ b/src/command.C
@@ -1092,8 +1092,8 @@ rxvt_term::text_blink_cb (ev::timer &w, int revents)
 void
 rxvt_term::cont_scroll_cb (ev::timer &w, int revents)
 {
-  if ((scrollbar_isUp () || scrollbar_isDn ())
-      && scr_page (scrollbar_isUp () ? UP : DN, 1))
+  if ((scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN)
+      && scr_page (scrollBar.state == STATE_UP ? UP : DN, 1))
     {
       want_refresh = 1;
       refresh_check ();

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 12:20:16 2024