summaryrefslogtreecommitdiff
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-ab17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/elinks/files/patch-ab b/www/elinks/files/patch-ab
deleted file mode 100644
index 9e15593d726f..000000000000
--- a/www/elinks/files/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
---- kbd.c.orig Tue Jun 27 19:19:48 2000
-+++ kbd.c Tue Sep 5 09:36:31 2000
-@@ -479,10 +479,10 @@
- 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 'H': ev.x = KBD_HOME; break;
- case 'z': switch (v) {
- case 247: ev.x = KBD_INS; break;
- case 214: ev.x = KBD_HOME; break;