summaryrefslogtreecommitdiff
path: root/japanese/lynx-current/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/lynx-current/files/patch-ai')
-rw-r--r--japanese/lynx-current/files/patch-ai24
1 files changed, 0 insertions, 24 deletions
diff --git a/japanese/lynx-current/files/patch-ai b/japanese/lynx-current/files/patch-ai
deleted file mode 100644
index ea260ad471a2..000000000000
--- a/japanese/lynx-current/files/patch-ai
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/LYCurses.c.orig Wed Nov 11 11:11:52 1998
-+++ src/LYCurses.c Wed Nov 11 11:10:32 1998
-@@ -1679,6 +1679,13 @@
-
- PUBLIC void lynx_force_repaint NOARGS
- {
-+/*
-+ * This code is harmful to display bold links.
-+ * Already set COLOR attributes?
-+ * Therefore I think that we do not need this code.
-+ * --- by shige@FreeBSD.org
-+ */
-+#if 0 /* do not need */
- #if defined(COLOR_CURSES)
- chtype a;
- #ifndef USE_COLOR_STYLE
-@@ -1693,6 +1700,7 @@
- #endif
- attrset(a);
- #endif /* COLOR_CURSES */
-+#endif /* do not need */
- clearok(curscr, TRUE);
- }
-