summaryrefslogtreecommitdiff
path: root/sysutils/screen49/files/patch-screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/screen49/files/patch-screen.c')
-rw-r--r--sysutils/screen49/files/patch-screen.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/screen49/files/patch-screen.c b/sysutils/screen49/files/patch-screen.c
new file mode 100644
index 000000000000..50b28c02a955
--- /dev/null
+++ b/sysutils/screen49/files/patch-screen.c
@@ -0,0 +1,11 @@
+--- screen.c.orig 2017-07-10 12:26:25.000000000 -0700
++++ screen.c 2017-08-25 20:20:20.471073000 -0700
+@@ -2214,7 +2214,7 @@
+ pn2 = pn = p + padlen;
+ r = winmsg_numrend;
+ while (p >= buf) {
+- if (r && *p != 127 && p - buf == winmsg_rendpos[r - 1]) {
++ if (r && p - buf == winmsg_rendpos[r - 1]) {
+ winmsg_rendpos[--r] = pn - buf;
+ continue;
+ }