0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-13 08:23:19 +00:00
Files
termux-packages/packages/screen/issue-22688.patch
2025-02-05 21:21:20 +08:00

13 lines
305 B
Diff

This reverts https://git.savannah.gnu.org/cgit/screen.git/commit/?id=7fc842ddc6e5905da2c5961547e3ff7385bbcc44
--- a/display.c
+++ b/display.c
@@ -437,6 +437,7 @@
{
if (D_encoding == UTF8) {
+ c = (c & 255) | (unsigned char)D_rend.font << 8;
if (D_mbcs) {
c = D_mbcs;
if (D_x == D_width)