summaryrefslogtreecommitdiffstats
path: root/www/links1/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/links1/files/patch-ab')
-rw-r--r--www/links1/files/patch-ab14
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 0000000..c977c5f
--- /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;
OpenPOWER on IntegriCloud