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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit f3569565a261e7b9946a65acef1950fdb383dd30
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Tue Oct 2 14:47:31 2012 +0000

    Fix scrollbar 'end' offset for rxvt style, patch by Mark Robinson.

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

index af38d472aa0618f2e9152a691ab97f2617c28403..

index ..e851acdc858eed57eb72663d8fa65c38886f73a3 100644

--- a/src/scrollbar.C
+++ b/src/scrollbar.C
@@ -273,7 +273,7 @@ scrollBar_t::update_data ()
   if (style == SB_STYLE_RXVT)
     {
       beg = (width + 1) + shadow;
-      end = term->szHint.height - beg - (2 * shadow);
+      end = term->szHint.height - beg;
       update = &scrollBar_t::show_rxvt;
     }
 #endif

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

-- Response ended

-- Page fetched on Sun Jun 2 11:34:33 2024