--- rxvt-unicode/src/defaultfont.C 2003/11/27 20:09:00 1.3 +++ rxvt-unicode/src/defaultfont.C 2003/11/29 18:42:07 1.4 @@ -272,14 +272,11 @@ { const char *p = linedraw_cmds[t - 0x2500]; - int x0 = x, x1 = x + (r->TermWin.fwidth - 1) / 2, x2 = x + r->TermWin.fwidth - 1; - int y0 = y, y1 = y + (r->TermWin.fheight - 1) / 2, y2 = y + r->TermWin.fheight - 1; + int x0 = x, x1 = x + r->TermWin.fwidth / 2, x2 = x + r->TermWin.fwidth ; + int y0 = y, y1 = y + r->TermWin.fheight / 2, y2 = y + r->TermWin.fheight; XGCValues gcv; - gcv.cap_style = CapButt; - XChangeGC (DISPLAY, GC, GCCapStyle, &gcv); - while (*p) { switch (*p++)