head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2013.03.12.21.05.50;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.03.20.59.55;	author demon;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313981
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- 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;
@


1.1
log
@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.
@
text
@d1 3
a3 3
--- kbd.c.orig	Thu Jan 11 13:26:36 2001
+++ kbd.c	Thu Jan 11 13:28:37 2001
@@@@ -479,9 +479,9 @@@@
d9 1
d14 1
a15 1
 				case 'G': ev.x = KBD_PAGE_DOWN; break;
@

