diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-10-11 01:46:51 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-10-11 01:46:51 +0000 |
commit | 04fd394249860c577445d042e42ed988ba60460b (patch) | |
tree | ca5b2408439a1e66b74fd6e7bfd290b47f9a8a13 /sysutils | |
parent | ae3b0ce5e505f0630dcc8677f56b1e0983b94da5 (diff) | |
download | ports-04fd394249860c577445d042e42ed988ba60460b.tar.gz ports-04fd394249860c577445d042e42ed988ba60460b.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/screen/files/patch-af | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/sysutils/screen/files/patch-af b/sysutils/screen/files/patch-af index 9b9c6789c97d..426bb1516fd6 100644 --- a/sysutils/screen/files/patch-af +++ b/sysutils/screen/files/patch-af @@ -1,11 +1,15 @@ ---- 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 +--- termcap.c.orig Wed Jul 5 16:33:30 2000 ++++ termcap.c Wed Oct 11 05:40:12 2000 +@@ -355,11 +355,7 @@ + if (D_CG0) + { + if (D_CS0 == 0) +-#ifdef TERMINFO +- D_CS0 = "\033(%p1%c"; +-#else - D_CS0 = "\033(%."; -+ D_CS0 = "\033(%c"; /* THIS IS NCURSES BUG, MUST BE %. */ - #endif +-#endif ++ D_CS0 = "\033(%p1%c"; /* Old ncurses can't handle %. */ if (D_CE0 == 0) D_CE0 = "\033(B"; + D_AC = 0; |