--- rxvt-unicode/src/rxvtfont.h 2016/06/21 12:03:56 1.43 +++ rxvt-unicode/src/rxvtfont.h 2021/06/17 19:37:28 1.46 @@ -101,6 +101,15 @@ return min ((fontCount << 1) | 1, find_font_idx (unicode)); } + // find the font containing ' ' - we always assume this is font 1, as + // every font should contain space, and font 1 is our base font. + // pango assumes this, so it must be correct! + int + find_space_font () + { + return 1 << 1; + } + private: rxvt_term *term; rxvt_fontprop prop;