aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/screen/files/patch-af b/misc/screen/files/patch-af
new file mode 100644
index 000000000000..9b9c6789c97d
--- /dev/null
+++ b/misc/screen/files/patch-af
@@ -0,0 +1,11 @@
+--- termcap.c.bak Wed Jul 5 16:33:30 2000
++++ termcap.c Sat Sep 16 03:13:26 2000
+@@ -358,7 +358,7 @@
+ #ifdef TERMINFO
+ D_CS0 = "\033(%p1%c";
+ #else
+- D_CS0 = "\033(%.";
++ D_CS0 = "\033(%c"; /* THIS IS NCURSES BUG, MUST BE %. */
+ #endif
+ if (D_CE0 == 0)
+ D_CE0 = "\033(B";