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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit e5ab1e5957cf5e3bb5c6c6d508f1f01687c9ab92
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Sun Apr 4 18:59:19 2010 +0000

    Add 'highlightTextColor' option.

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

index b95003ec2503bea523068e3875049d32611d014f..

index ..382ed4a84fdf64bf59b2d2ce23da8a714d79fb4a 100644

--- a/src/init.C
+++ b/src/init.C
@@ -512,6 +512,7 @@ const char *const def_colorName[] =
 #endif
 #ifdef OPTION_HC
     NULL,
+    NULL,
 #endif
     COLOR_SCROLLBAR,
 #ifdef RXVT_SCROLLBAR
diff --git a/src/rxvt.h b/src/rxvt.h

index 6b58522a09f011110c3c80b167d08e065b303c2b..

index ..03ee1d5c66f8c243ca28183e8b9061c3089a17cd 100644

--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -491,6 +491,7 @@ enum colour_list {
 #endif
 #ifdef OPTION_HC
   Color_HC,
+  Color_HTC,
 #endif
   Color_scroll,
 #ifdef RXVT_SCROLLBAR
diff --git a/src/xdefaults.C b/src/xdefaults.C

index 51902d3dc929d7df2c8ee10f5544c2f50064cf2d..

index ..0a0e9509b0ef3360b8c3fb76a84fa5f3410a19ea 100644

--- a/src/xdefaults.C
+++ b/src/xdefaults.C
@@ -179,6 +179,7 @@ optList[] = {
 #endif
 #ifdef OPTION_HC
               STRG (Rs_color + Color_HC, "highlightColor", "hc", "color", "highlight color"),
+              RSTRG (Rs_color + Color_HTC, "highlightTextColor", "color"),
 #endif
 #ifndef NO_CURSORCOLOR
               STRG (Rs_color + Color_cursor, "cursorColor", "cr", "color", "cursor color"),

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

-- Response ended

-- Page fetched on Sun Jun 2 13:06:59 2024