Kudos to Emanuele for spotting the bug!
CC: Emanuele Giaquinta <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
---
src/rxvtfont.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/rxvtfont.h b/src/rxvtfont.h
index 239c0ee..efb1509 100644
--- a/src/rxvtfont.h
+++ b/src/rxvtfont.h
@@ -73,9 +73,9 @@ struct rxvt_fontset
// must be power-of-two - 1, also has to match RS_fontMask in rxvt.h
#if USE_256_COLORS
- enum { fontCount = 7 }; // 4 extra colors bits, 4 fewer fontcount bits
+ enum { fontCount = 7 }; // 2 extra colors bits, 2 fewer fontcount bits
#else
- enum { fontCount = 127 };
+ enum { fontCount = 31 };
#endif
// index of first font in set
--
2.8.1
_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode