Sorry, i forgot to attach the patch :-) 

-- 
pierre
--- rxvtfont.C.orig	2008-07-08 17:53:54.000000000 +0400
+++ rxvtfont.C	2008-07-08 17:54:10.000000000 +0400
@@ -1322,7 +1322,7 @@
           XftGlyphExtents (disp, f, &glyph, 1, &extents);
 
           ep->glyph = glyph;
-          ep->x = x_ + (cwidth - extents.xOff >> 1);
+          ep->x = x_ + (cwidth - extents.xOff);
           ep->y = y_ + ascent;
 
           if (extents.xOff == 0)
_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to