ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.345 by sf-exg, Tue Oct 13 08:10:43 2015 UTC vs.
Revision 1.346 by sf-exg, Tue Jun 21 12:03:56 2016 UTC

150 close (skfd); 150 close (skfd);
151 151
152 return rval; 152 return rval;
153} 153}
154#endif 154#endif
155
156#define NULL_5 \
157 NULL, \
158 NULL, \
159 NULL, \
160 NULL, \
161 NULL,
162
163#define NULL_10 \
164 NULL_5 \
165 NULL_5
166
167#define NULL_40 \
168 NULL_10 \
169 NULL_10 \
170 NULL_10 \
171 NULL_10
172
173#define NULL_50 \
174 NULL_40 \
175 NULL_10
176
177#define NULL_100 \
178 NULL_50 \
179 NULL_50
155 180
156static const char *const def_colorName[] = 181static const char *const def_colorName[] =
157 { 182 {
158 COLOR_FOREGROUND, 183 COLOR_FOREGROUND,
159 COLOR_BACKGROUND, 184 COLOR_BACKGROUND,
256 "rgb:8b/8b/8b", 281 "rgb:8b/8b/8b",
257 "rgb:a2/a2/a2", 282 "rgb:a2/a2/a2",
258 "rgb:b9/b9/b9", 283 "rgb:b9/b9/b9",
259 "rgb:d0/d0/d0", 284 "rgb:d0/d0/d0",
260 "rgb:e7/e7/e7", 285 "rgb:e7/e7/e7",
286 NULL_100
287 NULL_40
288 NULL,
289 NULL,
290 NULL,
291 NULL,
261#else 292#else
262 // 256 xterm colours 293 // 256 xterm colours
263 "rgb:00/00/00", 294 "rgb:00/00/00",
264 "rgb:00/00/5f", 295 "rgb:00/00/5f",
265 "rgb:00/00/87", 296 "rgb:00/00/87",
498 "rgb:c6/c6/c6", 529 "rgb:c6/c6/c6",
499 "rgb:d0/d0/d0", 530 "rgb:d0/d0/d0",
500 "rgb:da/da/da", 531 "rgb:da/da/da",
501 "rgb:e4/e4/e4", 532 "rgb:e4/e4/e4",
502 "rgb:ee/ee/ee", 533 "rgb:ee/ee/ee",
534 NULL_100
535 NULL_100
536 NULL_40
537 NULL_5
503#endif 538#endif
504 539
505#ifndef NO_CURSORCOLOR 540#ifndef NO_CURSORCOLOR
506 COLOR_CURSOR_BACKGROUND, 541 COLOR_CURSOR_BACKGROUND,
507 COLOR_CURSOR_FOREGROUND, 542 COLOR_CURSOR_FOREGROUND,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines