Add 'highlightTextColor' option.
authorsf-exg <sf-exg>
Sun, 4 Apr 2010 18:59:19 +0000 (18:59 +0000)
committersf-exg <sf-exg>
Sun, 4 Apr 2010 18:59:19 +0000 (18:59 +0000)
src/init.C
src/rxvt.h
src/xdefaults.C

index b95003e..382ed4a 100644 (file)
@@ -512,6 +512,7 @@ const char *const def_colorName[] =
 #endif
 #ifdef OPTION_HC
     NULL,
+    NULL,
 #endif
     COLOR_SCROLLBAR,
 #ifdef RXVT_SCROLLBAR
index 6b58522..03ee1d5 100644 (file)
@@ -491,6 +491,7 @@ enum colour_list {
 #endif
 #ifdef OPTION_HC
   Color_HC,
+  Color_HTC,
 #endif
   Color_scroll,
 #ifdef RXVT_SCROLLBAR
index 51902d3..0a0e950 100644 (file)
@@ -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"),