summarylogtreecommitdiffstats
path: root/FontAwesome.patch
diff options
context:
space:
mode:
Diffstat (limited to 'FontAwesome.patch')
-rw-r--r--FontAwesome.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/FontAwesome.patch b/FontAwesome.patch
new file mode 100644
index 000000000000..de2143fac5ae
--- /dev/null
+++ b/FontAwesome.patch
@@ -0,0 +1,13 @@
+diff --git a/src/rxvtfont.C b/src/rxvtfont.C
+index c56921c8..77245338 100644
+--- a/src/rxvtfont.C
++++ b/src/rxvtfont.C
+@@ -157,7 +157,7 @@ static const struct rxvt_fallback_font {
+ static uint16_t extent_test_chars[] = {
+ '0', '1', '8', 'a', 'd', 'x', 'm', 'y', 'g', 'W', 'X', '\'', '_',
+ 0x00cd, 0x00d5, 0x0114, 0x0177, 0x0643, // ÍÕĔŷﻙ
+- 0x304c, 0x672c, // が本
++ 0x304c, 0x672c, 0xf118, 0xf2c6, // が本
+ };
+
+ #define dTermDisplay Display *disp = term->dpy