summaryrefslogtreecommitdiff
path: root/www/links1/files/patch-ab
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2013-03-12 15:51:14 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2013-03-12 15:51:14 +0000
commitc8d604a4629b5194779ee80ae8213feba4b9d4e7 (patch)
tree50fe706d06607e7120e602f021b3d90a71514484 /www/links1/files/patch-ab
parent- Update to 20130311 (diff)
Update to version 1.03.
Diffstat (limited to 'www/links1/files/patch-ab')
-rw-r--r--www/links1/files/patch-ab9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/links1/files/patch-ab b/www/links1/files/patch-ab
index c977c5f01f78..6f2f1d8d35d9 100644
--- a/www/links1/files/patch-ab
+++ b/www/links1/files/patch-ab
@@ -1,14 +1,15 @@
---- kbd.c.orig Thu Jan 11 13:26:36 2001
-+++ kbd.c Thu Jan 11 13:28:37 2001
-@@ -479,9 +479,9 @@
+--- kbd.c.orig 2013-03-12 19:47:22.000000000 +0400
++++ kbd.c 2013-03-12 19:47:24.000000000 +0400
+@@ -582,10 +582,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 'F': ev.x = KBD_END; break;
+ case 'K':
case 'e': ev.x = KBD_END; break;
- case 'H':
+ case 'H': ev.x = KBD_HOME; break;
case 0: ev.x = KBD_HOME; break;
+ case 'V':
case 'I': ev.x = KBD_PAGE_UP; break;
- case 'G': ev.x = KBD_PAGE_DOWN; break;