diff options
Diffstat (limited to 'sysutils/screen/files/patch-af')
-rw-r--r-- | sysutils/screen/files/patch-af | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/screen/files/patch-af b/sysutils/screen/files/patch-af deleted file mode 100644 index 9b9c6789c97d..000000000000 --- a/sysutils/screen/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- 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"; |