freebsd-ports/www/links/files/patch-ab
Dmitry Sivachenko 09aeb3ea5d Update to the latest version (2.1.p9).
Remove patch-width since it is useless without -dump option which
is absent in links version2...

Submitted by:	Thomas Seck <tmseck-lists@netcologne.de>
2003-03-01 19:13:14 +00:00

14 lines
481 B
Text

--- kbd.c.orig Sat Oct 12 19:47:58 2002
+++ kbd.c Sat Mar 1 16:03:31 2003
@@ -746,9 +746,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;