diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-01-12 20:38:37 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-01-12 20:38:37 +0000 |
commit | edd4f09e8fe5708dbfebf11c084a418de8f51e86 (patch) | |
tree | 815918452a53d2555600f6b0ed28bfdb65a63d64 /www/links/files | |
parent | - Fix breakage under new location where WINGs headers are installed (diff) |
Update to 0.95.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
Diffstat (limited to 'www/links/files')
-rw-r--r-- | www/links/files/patch-ab | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/www/links/files/patch-ab b/www/links/files/patch-ab index 9e15593d726f..c977c5f01f78 100644 --- a/www/links/files/patch-ab +++ b/www/links/files/patch-ab @@ -1,17 +1,14 @@ ---- kbd.c.orig Tue Jun 27 19:19:48 2000 -+++ kbd.c Tue Sep 5 09:36:31 2000 -@@ -479,10 +479,10 @@ +--- 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 'e': ev.x = KBD_END; break; -- case 'H': -- case 0: ev.x = KBD_HOME; break; -+ case 'I': ev.x = KBD_PAGE_UP; break; -+ case 'G': ev.x = KBD_PAGE_DOWN; break; + case 'F': ev.x = KBD_END; break; + case 'e': ev.x = KBD_END; break; +- case 'H': + case 'H': ev.x = KBD_HOME; break; - case 'z': switch (v) { - case 247: ev.x = KBD_INS; break; - case 214: 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; |