From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 15 20:19:07 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23C2D1065672 for ; Fri, 15 Oct 2010 20:19:07 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from mail1.sandvine.com (Mail1.sandvine.com [64.7.137.134]) by mx1.freebsd.org (Postfix) with ESMTP id BD3628FC16 for ; Fri, 15 Oct 2010 20:19:06 +0000 (UTC) Received: from labgw2.phaedrus.sandvine.com (192.168.222.22) by WTL-EXCH-1.sandvine.com (192.168.196.31) with Microsoft SMTP Server id 14.0.694.0; Fri, 15 Oct 2010 16:19:05 -0400 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 10332) id B4A5B33C00; Fri, 15 Oct 2010 16:19:05 -0400 (EDT) Date: Fri, 15 Oct 2010 16:19:05 -0400 From: Ed Maste To: <839273@gmail.com> Message-ID: <20101015201905.GA95390@sandvine.com> References: <20101015174546.GA84021@sandvine.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org Subject: Re: Cygwin termcap entry X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2010 20:19:07 -0000 On Fri, Oct 15, 2010 at 03:09:11PM -0430, Andres Perera wrote: > On Fri, Oct 15, 2010 at 1:15 PM, Ed Maste wrote: > > I'd like to replace our termcap entry for cygwin with either one taken > > from /etc/termcap on a Cygwin system, as in the patch below, or maybe > > with the one from http://catb.org/esr/terminfo/termtypes.tc.gz. > > > > Any comments? > > The problem is that it _does_ share capabilities with linux, so don't > get rid of tc=linux. The one from catb.org has tc=ansi.sys instead; just because there are a common subset of capabilities doesn't necessarily imply that it should use tc=, in my opinion. Does it share capabilities with Linux because it is based on some code in Linux? -Ed