$NetBSD: patch-ae,v 1.2 2000/09/11 14:43:15 itojun Exp $

 1. Don't pollute G1 to allow 8-bit encondings.

 2. The original code make the TERMCAP env var
    longer than 1023 bytes, which cause problems.
    This is a quick hack but works with our termcap.

--- termcap.c.orig	Wed Jul  5 21:33:30 2000
+++ termcap.c	Mon Sep 11 22:01:00 2000
@@ -77,3 +77,3 @@
 \t:do=^J:nd=\\E[C:pt:rc=\\E8:rs=\\Ec:sc=\\E7:st=\\EH:up=\\EM:\\\n\
-\t:le=^H:bl=^G:cr=^M:it#8:ho=\\E[H:nw=\\EE:ta=^I:is=\\E)0:";
+\t:le=^H:bl=^G:cr=^M:it#8:ho=\\E[H:nw=\\EE:ta=^I:is=\\E(B:";
 
@@ -699,3 +699,3 @@
 
-  if (tcLineLen + (n = strlen(s)) > 55 && Termcaplen < TERMCAP_BUFSIZE + 8 - 4)
+  if (tcLineLen + (n = strlen(s)) > 69 && Termcaplen < TERMCAP_BUFSIZE + 8 - 4)
     {
