summaryrefslogtreecommitdiff
path: root/www/lynx/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx/patches/patch-ab')
-rw-r--r--www/lynx/patches/patch-ab23
1 files changed, 0 insertions, 23 deletions
diff --git a/www/lynx/patches/patch-ab b/www/lynx/patches/patch-ab
deleted file mode 100644
index 8885ec50eb3..00000000000
--- a/www/lynx/patches/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2002/08/25 21:52:16 jlam Exp $
-
---- src/LYCurses.c.orig Tue Aug 20 22:33:51 2002
-+++ src/LYCurses.c
-@@ -548,9 +548,7 @@ PUBLIC void curses_style ARGS2(
- }
- #endif /* USE_COLOR_STYLE */
-
--#ifndef USE_SLANG
- PRIVATE BOOL lynx_called_initscr = FALSE;
--#endif
-
- #if HAVE_USE_DEFAULT_COLORS && USE_DEFAULT_COLORS
- /*
-@@ -1250,7 +1248,7 @@ PUBLIC void stop_curses NOARGS
- lynx_nl2crlf(TRUE);
- lynx_enable_mouse (0);
- #if (!defined(WIN_EX) || defined(__CYGWIN__)) /* @@@ */
-- if(LYscreen) {
-+ if(LYscreen || lynx_called_initscr) {
- endwin(); /* stop curses */
- LYDELSCR();
- }