1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
patch that forces hints on rxvt-unicode's geometry. for more info, read this Gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=346553 --- src/main.C +++ src/main.C @@ -644,6 +644,8 @@ ncol = width / fwidth; nrow = height / fheight; + width = ncol * fwidth; + height = nrow * fheight; } /*----------------------------------------------------------------------*/