projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5631d7a
)
Add 'highlightTextColor' option.
author
sf-exg
<sf-exg>
Sun, 4 Apr 2010 18:59:19 +0000
(18:59 +0000)
committer
sf-exg
<sf-exg>
Sun, 4 Apr 2010 18:59:19 +0000
(18:59 +0000)
src/init.C
patch
|
blob
|
history
src/rxvt.h
patch
|
blob
|
history
src/xdefaults.C
patch
|
blob
|
history
diff --git
a/src/init.C
b/src/init.C
index b95003ec2503bea523068e3875049d32611d014f..382ed4a84fdf64bf59b2d2ce23da8a714d79fb4a 100644
(file)
--- 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 6b58522a09f011110c3c80b167d08e065b303c2b..03ee1d5c66f8c243ca28183e8b9061c3089a17cd 100644
(file)
--- 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 51902d3dc929d7df2c8ee10f5544c2f50064cf2d..0a0e9509b0ef3360b8c3fb76a84fa5f3410a19ea 100644
(file)
--- 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"),