summarylogtreecommitdiffstats
path: root/enable-wide-glyphs.patch
diff options
context:
space:
mode:
authormrdotx2024-05-15 08:06:45 +0200
committermrdotx2024-05-15 08:06:45 +0200
commite1ea99f02a254aa209a176366bc09a3bc9372a3c (patch)
treef4144adb2f599e31d59d7aa0d9bfbf19bd726a97 /enable-wide-glyphs.patch
parent61ed186890a2bf37585e4704a095be61e6504ac6 (diff)
downloadaur-rxvt-unicode-truecolor-wide-glyphs.tar.gz
prompt position (revert lines-rewrap update in screen.C to 9.30)
SPDX license identifier libxmu as dependency
Diffstat (limited to 'enable-wide-glyphs.patch')
-rw-r--r--enable-wide-glyphs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/enable-wide-glyphs.patch b/enable-wide-glyphs.patch
index cb15659b1a78..24372fafb7bb 100644
--- a/enable-wide-glyphs.patch
+++ b/enable-wide-glyphs.patch
@@ -173,7 +173,7 @@
// the xft font cell might differ from the terminal font cell,
--- src/screen.C
+++ src/screen.C
-@@ -976,7 +976,61 @@
+@@ -977,7 +977,61 @@
# endif
#endif
@@ -236,7 +236,7 @@
// if the character doesn't fit into the remaining columns...
if (ecb_unlikely (screen.cur.col > ncol - width && ncol >= width))
-@@ -2435,7 +2489,12 @@
+@@ -2436,7 +2490,12 @@
text--, count++, xpixel -= fwidth;
// force redraw after "careful" characters to avoid pixel droppings