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 a7abaa54ce81..000000000000
--- a/sysutils/screen49/files/patch-termcap.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- termcap.c.orig 2023-08-16 00:29:26 UTC
-+++ termcap.c
-@@ -361,11 +361,7 @@ int he;
- 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;