-- 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: 8af6740ac9f5103db68a04ce31e8f208be2a7e37:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 8af6740ac9f5103db68a04ce31e8f208be2a7e37
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Fri Apr 22 12:52:28 2005 +0000

    *** empty log message ***

diff --git a/Changes b/Changes

index af4d10bf2ea09ee3e71425147d5b0b6a269c865b..

index ..82375abb6b11627472ca81b094ff757a97ae98c3 100644

--- a/Changes
+++ b/Changes
@@ -15,6 +15,8 @@ WISH: just for fun, do shade and tint with XRender.
 	- re-enabled modifer state matching as in 5.3, but implement
           a new builtin: keysym style that simply reverts to the built-in
           meaning of the given key.
+        - use scrollcolor for next scrollbar instead of hardcoded antiquewhite
+          (patch by Martin Edlman).

 5.4  Mon Apr 18 00:33:31 CEST 2005
 	- match modifier state exactly in custom keyboard code.
diff --git a/src/rxvt.h b/src/rxvt.h

index c9d9eecd2ee5f073dbfcf741c94775074e4a0c6d..

index ..3d81c288f7152f8e2306b8675d162bb72912c5ab 100644

--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -139,7 +139,7 @@ struct grwin_t;
 /* If we're using either the rxvt scrollbar or menu bars, keep the
  * scrollColor resource.
  */
-#if defined(RXVT_SCROLLBAR) || defined(MENUBAR) || defined(PLAIN_SCROLLBAR)
+#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(MENUBAR) || defined(PLAIN_SCROLLBAR)
 # define KEEP_SCROLLCOLOR 1
 #else
 # undef KEEP_SCROLLCOLOR
diff --git a/src/scrollbar-next.C b/src/scrollbar-next.C

index 57ec56e1627858807bf8368e74e275433a4345f1..

index ..6733c8fe0541ed03523a803ab5a30ee8f17c2c44 100644

--- a/src/scrollbar-next.C
+++ b/src/scrollbar-next.C
@@ -166,8 +166,7 @@ rxvt_term::init_scrollbar_stuff ()
   xcol.red = 0xaeba;
   xcol.green = 0xaaaa;
   xcol.blue = 0xaeba;
-  //if (!rXAllocColor (&xcol, "light gray"))//TODO//D//
-  xcol.pixel = pix_colors_focused[Color_AntiqueWhite];
+  xcol.pixel = pix_colors_focused[Color_scroll];
   light = gcvalue.foreground = xcol.pixel;
   grayGC = XCreateGC (disp, scrollBar.win,
                      GCForeground | GCGraphicsExposures, &gcvalue);

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

-- Response ended

-- Page fetched on Sun Jun 2 12:09:34 2024