-- 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: a9d26b88da017ee329ce6609bb929bb2b870413c:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit a9d26b88da017ee329ce6609bb929bb2b870413c
Author: Mikael Magnusson <mikachu@gmail.com>
Date:   Sat Dec 6 09:20:13 2014 +0000

    fix wrong check for scrollbar being active

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

index 1bccf6b787532c116030d127bfe1f98356055e40..

index ..85e18bfe55c5bf5f7c733633e813164f4c0ca566 100644

--- a/src/screen.C
+++ b/src/screen.C
@@ -2553,7 +2553,7 @@ rxvt_term::scr_recolour (bool refresh) NOTHROW

   XClearWindow (dpy, parent);

-  if (scrollBar.win)
+  if (scrollBar.state)
     {
       if (transparent)
         XSetWindowBackgroundPixmap (dpy, scrollBar.win, ParentRelative);

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

-- Response ended

-- Page fetched on Sun Jun 2 11:16:51 2024