aboutsummaryrefslogtreecommitdiffstats
path: root/www/elinks/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/elinks/files/patch-ab')
-rw-r--r--www/elinks/files/patch-ab19
1 files changed, 8 insertions, 11 deletions
diff --git a/www/elinks/files/patch-ab b/www/elinks/files/patch-ab
index 9e15593d726f..c977c5f01f78 100644
--- a/www/elinks/files/patch-ab
+++ b/www/elinks/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;