freebsd-ports/misc/screen/files/patch-af

11 lines
302 B
Text

--- 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";