summaryrefslogtreecommitdiff
path: root/www/links1/files/patch-kbd.c
blob: 6f2f1d8d35d9b0ba60867ed61c894324564b718a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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;