--- rxvt-unicode/src/xdefaults.C 2010/01/30 20:26:04 1.143 +++ rxvt-unicode/src/xdefaults.C 2010/04/04 18:59:19 1.145 @@ -179,6 +179,7 @@ #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"), @@ -690,7 +691,7 @@ sym = strtol (str, &end, 16); if (*end) return -1; - } + } keyboard->register_user_translation (sym, state, arg); return 1;