--- rxvt-unicode/src/rxvtfont.C 2010/03/31 22:46:40 1.162 +++ rxvt-unicode/src/rxvtfont.C 2010/03/31 23:01:51 1.163 @@ -1541,6 +1541,9 @@ void rxvt_fontset::push_font (rxvt_font *font) { + // the fontCount index is reserved for the overflow font, it is only + // necessary when we get fontCount or more fonts, as they cannot be + // represented in the rendition. if (fonts.size () == fontCount) { rxvt_font *f = new rxvt_font_overflow (this);