Lines 2435-2444
Link Here
|
2435 |
else |
2435 |
else |
2436 |
#endif |
2436 |
#endif |
2437 |
XSetForeground (dpy, gc, pix_colors[fore]); |
2437 |
XSetForeground (dpy, gc, pix_colors[fore]); |
2438 |
|
2438 |
|
2439 |
XDrawLine (dpy, vt, gc, |
2439 |
if (!(ISSET_PIXCOLOR (Color_UL))) |
2440 |
xpixel, ypixel + font->ascent + 1, |
2440 |
{ |
2441 |
xpixel + Width2Pixel (count) - 1, ypixel + font->ascent + 1); |
2441 |
XDrawLine (dpy, vt, gc, |
|
|
2442 |
xpixel, ypixel + font->ascent + 1, |
2443 |
xpixel + Width2Pixel (count) - 1, ypixel + font->ascent + 1); |
2444 |
} |
2442 |
} |
2445 |
} |
2443 |
} /* for (col....) */ |
2446 |
} /* for (col....) */ |
2444 |
} /* for (row....) */ |
2447 |
} /* for (row....) */ |