head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2000.11.26.09.09.48;	author demon;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@Update to version 0.93.
@
text
@--- default.c.orig	Thu Jun 22 10:37:36 2000
+++ default.c	Tue Sep  5 09:34:12 2000
@@@@ -538,7 +538,7 @@@@
 	}
 	mem_free(w);
 	if (!(w = get_word(&c))) goto err;
-	if (strlen(w) != 1 || w[0] < '0' || w[0] > '2') goto err_f;
+	if (strlen(w) != 1 || w[0] < '0' || w[0] > '3') goto err_f;
 	ts->mode = w[0] - '0';
 	mem_free(w);
 	if (!(w = get_word(&c))) goto err;
@


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