From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 18:56:27 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BCDC16A4CF for ; Sat, 22 Nov 2003 18:56:27 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C54743FAF for ; Sat, 22 Nov 2003 18:56:25 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAN2uAlg003017; Sat, 22 Nov 2003 19:56:16 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 22 Nov 2003 19:55:19 -0700 (MST) Message-Id: <20031122.195519.127506801.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20031123131536.M3946@gamplex.bde.org> References: <20031123112720.J3301@gamplex.bde.org> <20031122.184733.32325352.imp@bsdimp.com> <20031123131536.M3946@gamplex.bde.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: bv@wjv.com cc: bms@spc.org cc: jhs@berklix.org cc: freebsd-current@FreeBSD.org cc: kientzle@acm.org Subject: Re: HEADS UP: /bin and /sbin are now dynamically linked X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 02:56:27 -0000 In message: <20031123131536.M3946@gamplex.bde.org> Bruce Evans writes: : > Mine is better because it has a more representative slice of currently : > used terminal types. Maybe we should replace termcap.small with mine : > (maybe with the copyright notice). : : I agree. termcap.small is amazingly uncurrent. However, perhaps some : merging and reducing is in order. Why is a full cons25 or vt2xx needed? : vi only needs a few capabilities. I think we mostly use copies of large : termcap entries because copying the whole things is easier. You have a good point. My termcap was done so that we could run a number of applications... Grepping seems unsatisfying to find out which keys are used. Do you have a list? Warner