From 037c25243f98d7d0360839f28c35672e646cfa15 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Wed, 3 Jul 2002 20:59:55 +0000 Subject: Put links-0.97 back as links1. This corresponds to www/links port as of 27.06.2002. links-2 is not fully compatible with links-0.97 and this breaks doc builds. --- www/links1/files/patch-ab | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www/links1/files/patch-ab (limited to 'www/links1/files/patch-ab') diff --git a/www/links1/files/patch-ab b/www/links1/files/patch-ab new file mode 100644 index 000000000000..c977c5f01f78 --- /dev/null +++ b/www/links1/files/patch-ab @@ -0,0 +1,14 @@ +--- kbd.c.orig Thu Jan 11 13:26:36 2001 ++++ kbd.c Thu Jan 11 13:28:37 2001 +@@ -479,9 +479,9 @@ + case 'B': ev.x = KBD_DOWN; break; + case 'C': ev.x = KBD_RIGHT; break; + case 'D': ev.x = KBD_LEFT; break; +- case 'F': ++ case 'F': ev.x = KBD_END; break; + case 'e': ev.x = KBD_END; break; +- case 'H': ++ case 'H': ev.x = KBD_HOME; break; + case 0: ev.x = KBD_HOME; break; + case 'I': ev.x = KBD_PAGE_UP; break; + case 'G': ev.x = KBD_PAGE_DOWN; break; -- cgit v1.2.3