summaryrefslogtreecommitdiff
path: root/sysutils/screen49/files/patch-termcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/screen49/files/patch-termcap.c')
-rw-r--r--sysutils/screen49/files/patch-termcap.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/screen49/files/patch-termcap.c b/sysutils/screen49/files/patch-termcap.c
deleted file mode 100644
index cbe7a90f11a2..000000000000
--- a/sysutils/screen49/files/patch-termcap.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- termcap.c.orig 2020-02-05 12:09:38.000000000 -0800
-+++ termcap.c 2020-02-11 20:10:12.747990000 -0800
-@@ -361,11 +361,7 @@
- if (D_CG0)
- {
- if (D_CS0 == 0)
--#ifdef TERMINFO
-- D_CS0 = "\033(%p1%c";
--#else
-- D_CS0 = "\033(%.";
--#endif
-+ D_CS0 = "\033(%p1%c"; /* Old ncurses can't handle %. */
- if (D_CE0 == 0)
- D_CE0 = "\033(B";
- D_AC = 0;