diff options
| author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-03 20:59:55 +0000 |
|---|---|---|
| committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-03 20:59:55 +0000 |
| commit | 037c25243f98d7d0360839f28c35672e646cfa15 (patch) | |
| tree | abef0d1c352ea0c6fa80f8974b4ddf300fd6a3c6 /www/links1/files/patch-ab | |
| parent | Add a dependancy on libiconv, BUT ONLY do it if libiconv is already installed. (diff) | |
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.
Diffstat (limited to 'www/links1/files/patch-ab')
| -rw-r--r-- | www/links1/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
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; |
