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 b95003ec2503bea523068e3875049d32611d014f..382ed4a84fdf64bf59b2d2ce23da8a714d79fb4a 100644 (file)
@@ -512,6 +512,7 @@ const char *const def_colorName[] =
 #endif
 #ifdef OPTION_HC
     NULL,
+    NULL,
 #endif
     COLOR_SCROLLBAR,
 #ifdef RXVT_SCROLLBAR
index 6b58522a09f011110c3c80b167d08e065b303c2b..03ee1d5c66f8c243ca28183e8b9061c3089a17cd 100644 (file)
@@ -491,6 +491,7 @@ enum colour_list {
 #endif
 #ifdef OPTION_HC
   Color_HC,
+  Color_HTC,
 #endif
   Color_scroll,
 #ifdef RXVT_SCROLLBAR
index 51902d3dc929d7df2c8ee10f5544c2f50064cf2d..0a0e9509b0ef3360b8c3fb76a84fa5f3410a19ea 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"),