aboutsummaryrefslogtreecommitdiff
path: root/misc/screen/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-09-15 23:22:42 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-09-15 23:22:42 +0000
commitcc0d357fe0cdcd536accae66e7e8d816eab293a7 (patch)
treed522116deb54b9919ac3715eb12f5248cca6f7b9 /misc/screen/files
parent99467bd40fbb0a9fd33cbacf112b7703c38bacc2 (diff)
downloadports-cc0d357fe0cdcd536accae66e7e8d816eab293a7.tar.gz
ports-cc0d357fe0cdcd536accae66e7e8d816eab293a7.zip
Workaround buggy ncurses tgoto emulation which affects pseudographics
Notes
Notes: svn path=/head/; revision=32663
Diffstat (limited to 'misc/screen/files')
-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";