freebsd-ports/www/links1/files/patch-ab
Dmitry Sivachenko 037c25243f Put links-0.97 back as links1. This corresponds to www/links port as of
27.06.2002.  links-2 is not fully compatible with links-0.97 and this
breaks doc builds.
2002-07-03 20:59:55 +00:00

14 lines
481 B
Text

--- 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;