From: sf-exg Date: Sun, 4 Apr 2010 18:59:19 +0000 (+0000) Subject: Add 'highlightTextColor' option. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9960d3996080799586e888e1e3e46c0ba75e5b91;p=dana%2Furxvt.git Add 'highlightTextColor' option. --- diff --git a/src/init.C b/src/init.C index b95003ec..382ed4a8 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 6b58522a..03ee1d5c 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 51902d3d..0a0e9509 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"),