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, 0 insertions, 11 deletions
diff --git a/sysutils/screen49/files/patch-screen.c b/sysutils/screen49/files/patch-screen.c
deleted file mode 100644
index 50b28c02a955..000000000000
--- a/sysutils/screen49/files/patch-screen.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- }