head	1.4;
access;
symbols
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.4
date	2008.04.11.13.44.56;	author pav;	state dead;
branches;
next	1.3;

1.3
date	2003.03.01.19.13.14;	author demon;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.12.20.38.37;	author demon;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.05.06.54.32;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 2.1pre33

PR:		ports/121886
Submitted by:	bf <bf2006a@@yahoo.com>
Approved by:	maintainer timeout (demon; 3 weeks)
@
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;
@


1.3
log
@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>
@
text
@@


1.2
log
@Update to 0.95.

Submitted by:	Sergey A. Osokin <osa@@freebsd.org.ru>
@
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 @@@@
@


1.1
log
@Fix:
1.Problems with keys PgUp PgDn Home End
2.Terminal options -> KOI8-R frames not read from ~/.links/links.cfg

PR:		20947
Submitted by:	Belousov Oleg <strijar@@urai.ru>
Approved by:	maintainer
@
text
@d1 3
a3 3
--- kbd.c.orig	Tue Jun 27 19:19:48 2000
+++ kbd.c	Tue Sep  5 09:36:31 2000
@@@@ -479,10 +479,10 @@@@
d8 2
a9 1
-				case 'e': ev.x = KBD_END; break;
a10 4
-				case 0: ev.x = KBD_HOME; break;
+				case 'I': ev.x = KBD_PAGE_UP; break;
+				case 'G': ev.x = KBD_PAGE_DOWN; break;
+				case 'F': ev.x = KBD_END; break;
d12 3
a14 3
 				case 'z': switch (v) {
 					case 247: ev.x = KBD_INS; break;
 					case 214: ev.x = KBD_HOME; break;
@

