From a3cd793e8386ac88a3a4a239e09145368ae957a6 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Thu, 19 Nov 1998 15:04:32 +0000 Subject: Update to 2.8.2dev.2. Submitted by: Shigeyuki FUKUSHIMA --- japanese/lynx-current/files/patch-ai | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 japanese/lynx-current/files/patch-ai (limited to 'japanese/lynx-current/files') diff --git a/japanese/lynx-current/files/patch-ai b/japanese/lynx-current/files/patch-ai new file mode 100644 index 000000000000..30d33f5030be --- /dev/null +++ b/japanese/lynx-current/files/patch-ai @@ -0,0 +1,24 @@ +--- 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 we do not need this code. ++ * --- by shige@kuis.kyoto-u.ac.jp ++ */ ++#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); + } + -- cgit v1.2.3