From 9960d3996080799586e888e1e3e46c0ba75e5b91 Mon Sep 17 00:00:00 2001 From: sf-exg Date: Sun, 4 Apr 2010 18:59:19 +0000 Subject: [PATCH] Add 'highlightTextColor' option. --- src/init.C | 1 + src/rxvt.h | 1 + src/xdefaults.C | 1 + 3 files changed, 3 insertions(+) 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"), -- 2.34.1