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

Comparing rxvt-unicode/src/defaultfont.C (file contents):
Revision 1.34 by pcg, Thu Mar 4 04:28:50 2004 UTC vs.
Revision 1.35 by pcg, Thu Mar 4 20:09:01 2004 UTC

283 283
284 if (unicode >= 0x2500 && unicode <= 0x257f 284 if (unicode >= 0x2500 && unicode <= 0x257f
285 && linedraw_cmds[unicode - 0x2500]) 285 && linedraw_cmds[unicode - 0x2500])
286 return true; 286 return true;
287 287
288 if (IS_PSEUDO (unicode)) 288 if (IS_COMPOSE (unicode))
289 return true; 289 return true;
290 290
291 switch (unicode) 291 switch (unicode)
292 { 292 {
293 case ZERO_WIDTH_CHAR: 293 case ZERO_WIDTH_CHAR:
349 } 349 }
350 350
351 gcv.line_width = 0; 351 gcv.line_width = 0;
352 XChangeGC (d.display->display, GC, GCLineWidth, &gcv); 352 XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
353 } 353 }
354 else if (IS_PSEUDO (t)) 354 else if (IS_COMPOSE (t))
355 { 355 {
356 const compose_char &cc = r->composite (t); 356 const compose_char &cc = rxvt_composite[t];
357 (void)0; //D ADD pseudo handling here 357 (void)0; //D ADD pseudo handling here
358 } 358 }
359 else 359 else
360 switch (t) 360 switch (t)
361 { 361 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines