mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
--- 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";
|